Class: Aws::Types::ClusterSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_user_name ⇒ ::String
Returns the value of attribute admin_user_name.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_creation_time ⇒ ::String
Returns the value of attribute cluster_creation_time.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_creation_time ⇒ ::String
Returns the value of attribute snapshot_creation_time.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#snapshot_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute snapshot_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#admin_user_name ⇒ ::String
Returns the value of attribute admin_user_name.
58 59 60 |
# File 'sig/types.rbs', line 58 def admin_user_name @admin_user_name end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def cluster_arn @cluster_arn end |
#cluster_creation_time ⇒ ::String
Returns the value of attribute cluster_creation_time.
60 61 62 |
# File 'sig/types.rbs', line 60 def cluster_creation_time @cluster_creation_time end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def kms_key_id @kms_key_id end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def snapshot_arn @snapshot_arn end |
#snapshot_creation_time ⇒ ::String
Returns the value of attribute snapshot_creation_time.
63 64 65 |
# File 'sig/types.rbs', line 63 def snapshot_creation_time @snapshot_creation_time end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
64 65 66 |
# File 'sig/types.rbs', line 64 def snapshot_name @snapshot_name end |
#snapshot_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute snapshot_type.
65 66 67 |
# File 'sig/types.rbs', line 65 def snapshot_type @snapshot_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
66 67 68 |
# File 'sig/types.rbs', line 66 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
67 68 69 |
# File 'sig/types.rbs', line 67 def subnet_ids @subnet_ids end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
68 69 70 |
# File 'sig/types.rbs', line 68 def vpc_security_group_ids @vpc_security_group_ids end |