Module: Aws::DSQL::Client::_GetClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetClusterOutput]
- 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", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
178 |
# File 'sig/client.rbs', line 178 def arn: () -> ::String |
#creation_time ⇒ ::Time
180 |
# File 'sig/client.rbs', line 180 def creation_time: () -> ::Time |
#deletion_protection_enabled ⇒ Boolean
181 |
# File 'sig/client.rbs', line 181 def deletion_protection_enabled: () -> bool |
#encryption_details ⇒ Types::EncryptionDetails
184 |
# File 'sig/client.rbs', line 184 def encryption_details: () -> Types::EncryptionDetails |
#endpoint ⇒ ::String
185 |
# File 'sig/client.rbs', line 185 def endpoint: () -> ::String |
#identifier ⇒ ::String
177 |
# File 'sig/client.rbs', line 177 def identifier: () -> ::String |
#multi_region_properties ⇒ Types::MultiRegionProperties
182 |
# File 'sig/client.rbs', line 182 def multi_region_properties: () -> Types::MultiRegionProperties |
#status ⇒ "CREATING", ...
179 |
# File 'sig/client.rbs', line 179 def status: () -> ("CREATING" | "ACTIVE" | "IDLE" | "INACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED" | "PENDING_SETUP" | "PENDING_DELETE") |
#tags ⇒ ::Hash[::String, ::String]
183 |
# File 'sig/client.rbs', line 183 def tags: () -> ::Hash[::String, ::String] |