Class: Aws::Types::InstanceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
-
#regions ⇒ ::Array[Types::RegionMetadata]
Returns the value of attribute regions.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
680 681 682 |
# File 'sig/types.rbs', line 680 def created_date @created_date end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def identity_store_id @identity_store_id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
676 677 678 |
# File 'sig/types.rbs', line 676 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
679 680 681 |
# File 'sig/types.rbs', line 679 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
678 679 680 |
# File 'sig/types.rbs', line 678 def owner_account_id @owner_account_id end |
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
683 684 685 |
# File 'sig/types.rbs', line 683 def primary_region @primary_region end |
#regions ⇒ ::Array[Types::RegionMetadata]
Returns the value of attribute regions.
684 685 686 |
# File 'sig/types.rbs', line 684 def regions @regions end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
681 682 683 |
# File 'sig/types.rbs', line 681 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
682 683 684 |
# File 'sig/types.rbs', line 682 def status_reason @status_reason end |