Module: Aws::DSQL::Client::_CreateClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateClusterOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #deletion_protection_enabled ⇒ Boolean
- #encryption_details ⇒ Types::EncryptionDetails
- #endpoint ⇒ ::String
- #identifier ⇒ ::String
- #multi_region_properties ⇒ Types::MultiRegionProperties
- #status ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def arn: () -> ::String
|
#creation_time ⇒ ::Time
86 |
# File 'sig/client.rbs', line 86
def creation_time: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
89 |
# File 'sig/client.rbs', line 89
def deletion_protection_enabled: () -> bool
|
#encryption_details ⇒ Types::EncryptionDetails
88 |
# File 'sig/client.rbs', line 88
def encryption_details: () -> Types::EncryptionDetails
|
#endpoint ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def endpoint: () -> ::String
|
#identifier ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def identifier: () -> ::String
|
#multi_region_properties ⇒ Types::MultiRegionProperties
87 |
# File 'sig/client.rbs', line 87
def multi_region_properties: () -> Types::MultiRegionProperties
|
#status ⇒ "CREATING", ...
85 |
# File 'sig/client.rbs', line 85
def status: () -> ("CREATING" | "ACTIVE" | "IDLE" | "INACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED" | "PENDING_SETUP" | "PENDING_DELETE")
|