Class: Aws::Types::DescribeInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#encryption_configuration_details ⇒ Types::EncryptionConfigurationDetails
Returns the value of attribute encryption_configuration_details.
-
#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.
-
#permission_sets_enabled ⇒ Boolean
Returns the value of attribute permission_sets_enabled.
-
#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.
465 466 467 |
# File 'sig/types.rbs', line 465 def created_date @created_date end |
#encryption_configuration_details ⇒ Types::EncryptionConfigurationDetails
Returns the value of attribute encryption_configuration_details.
468 469 470 |
# File 'sig/types.rbs', line 468 def encryption_configuration_details @encryption_configuration_details end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
462 463 464 |
# File 'sig/types.rbs', line 462 def identity_store_id @identity_store_id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
461 462 463 |
# File 'sig/types.rbs', line 461 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
464 465 466 |
# File 'sig/types.rbs', line 464 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def owner_account_id @owner_account_id end |
#permission_sets_enabled ⇒ Boolean
Returns the value of attribute permission_sets_enabled.
469 470 471 |
# File 'sig/types.rbs', line 469 def @permission_sets_enabled end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
466 467 468 |
# File 'sig/types.rbs', line 466 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
467 468 469 |
# File 'sig/types.rbs', line 467 def status_reason @status_reason end |