Class: Aptible::Api::ExternalAwsAccountCheck
- Inherits:
-
Object
- Object
- Aptible::Api::ExternalAwsAccountCheck
- Defined in:
- lib/aptible/api/external_aws_account_check_response.rb
Instance Attribute Summary collapse
-
#check_name ⇒ Object
readonly
Returns the value of attribute check_name.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(check_name:, state:, details:) ⇒ ExternalAwsAccountCheck
constructor
A new instance of ExternalAwsAccountCheck.
Constructor Details
#initialize(check_name:, state:, details:) ⇒ ExternalAwsAccountCheck
Returns a new instance of ExternalAwsAccountCheck.
15 16 17 18 19 |
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 15 def initialize(check_name:, state:, details:) @check_name = check_name @state = state @details = details end |
Instance Attribute Details
#check_name ⇒ Object (readonly)
Returns the value of attribute check_name.
13 14 15 |
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 13 def check_name @check_name end |
#details ⇒ Object (readonly)
Returns the value of attribute details.
13 14 15 |
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 13 def details @details end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
13 14 15 |
# File 'lib/aptible/api/external_aws_account_check_response.rb', line 13 def state @state end |