Class: Aws::Types::InstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#last_status_check_date ⇒ ::String
Returns the value of attribute last_status_check_date.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#products ⇒ ::Array[::String]
Returns the value of attribute products.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
154 155 156 |
# File 'sig/types.rbs', line 154 def identity_provider @identity_provider end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
148 149 150 |
# File 'sig/types.rbs', line 148 def instance_id @instance_id end |
#last_status_check_date ⇒ ::String
Returns the value of attribute last_status_check_date.
151 152 153 |
# File 'sig/types.rbs', line 151 def last_status_check_date @last_status_check_date end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def owner_account_id @owner_account_id end |
#products ⇒ ::Array[::String]
Returns the value of attribute products.
150 151 152 |
# File 'sig/types.rbs', line 150 def products @products end |
#status ⇒ ::String
Returns the value of attribute status.
149 150 151 |
# File 'sig/types.rbs', line 149 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
152 153 154 |
# File 'sig/types.rbs', line 152 def @status_message end |