Class: Aws::Types::InstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#created_by_account ⇒ ::String
Returns the value of attribute created_by_account.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
286 287 288 |
# File 'sig/types.rbs', line 286 def attributes @attributes end |
#created_by_account ⇒ ::String
Returns the value of attribute created_by_account.
287 288 289 |
# File 'sig/types.rbs', line 287 def created_by_account @created_by_account end |
#id ⇒ ::String
Returns the value of attribute id.
285 286 287 |
# File 'sig/types.rbs', line 285 def id @id end |