Class: Aws::Types::CreateClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#encryption_details ⇒ Types::EncryptionDetails
Returns the value of attribute encryption_details.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#multi_region_properties ⇒ Types::MultiRegionProperties
Returns the value of attribute multi_region_properties.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
42 43 44 |
# File 'sig/types.rbs', line 42 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
44 45 46 |
# File 'sig/types.rbs', line 44 def creation_time @creation_time end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
47 48 49 |
# File 'sig/types.rbs', line 47 def deletion_protection_enabled @deletion_protection_enabled end |
#encryption_details ⇒ Types::EncryptionDetails
Returns the value of attribute encryption_details.
46 47 48 |
# File 'sig/types.rbs', line 46 def encryption_details @encryption_details end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
48 49 50 |
# File 'sig/types.rbs', line 48 def endpoint @endpoint end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
41 42 43 |
# File 'sig/types.rbs', line 41 def identifier @identifier end |
#multi_region_properties ⇒ Types::MultiRegionProperties
Returns the value of attribute multi_region_properties.
45 46 47 |
# File 'sig/types.rbs', line 45 def multi_region_properties @multi_region_properties end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
43 44 45 |
# File 'sig/types.rbs', line 43 def status @status end |