Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 351 Bytes

ModelsAccountEntitiesInput.md

File metadata and controls

18 lines (12 loc) · 351 Bytes

Falcon::ModelsAccountEntitiesInput

Properties

Name Type Description Notes
aws_accounts Array<DomainAWSAccountInput>

Example

require 'crimson-falcon'

instance = Falcon::ModelsAccountEntitiesInput.new(
  aws_accounts: null
)