Class: Aptible::Api::ExternalAwsAccountCheck

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(check_name:, state:, details:) ⇒ 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_nameObject (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

#detailsObject (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

#stateObject (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