Class: Aptible::Api::ExternalAwsAccountCheckResponse
- Inherits:
-
Object
- Object
- Aptible::Api::ExternalAwsAccountCheckResponse
- Defined in:
- lib/aptible/api/external_aws_account_check_response.rb
Instance Attribute Summary collapse
-
#checks ⇒ Object
readonly
Returns the value of attribute checks.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(state:, checks:) ⇒ ExternalAwsAccountCheckResponse
constructor
A new instance of ExternalAwsAccountCheckResponse.
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
#checks ⇒ Object (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 |
#state ⇒ Object (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 |