Class: Aptible::Api::ExternalAwsAccountCheckResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/aptible/api/external_aws_account_check_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(state:, checks:) ⇒ ExternalAwsAccountCheckResponse

Returns a new instance of ExternalAwsAccountCheckResponse.



6
7
8
9
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 6

def initialize(state:, checks:)
  @state = state
  @checks = checks
end

Instance Attribute Details

#checksObject (readonly)

Returns the value of attribute checks.



4
5
6
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 4

def checks
  @checks
end

#stateObject (readonly)

Returns the value of attribute state.



4
5
6
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 4

def state
  @state
end