Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- 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.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
274 275 276 |
# File 'sig/types.rbs', line 274 def attributes @attributes end |
#created_by_account ⇒ ::String
Returns the value of attribute created_by_account.
275 276 277 |
# File 'sig/types.rbs', line 275 def created_by_account @created_by_account end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
273 274 275 |
# File 'sig/types.rbs', line 273 def creator_request_id @creator_request_id end |
#id ⇒ ::String
Returns the value of attribute id.
272 273 274 |
# File 'sig/types.rbs', line 272 def id @id end |