Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_policy ⇒ "DEFAULT"
Returns the value of attribute backup_policy.
-
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
Returns the value of attribute backup_retention_policy.
-
#certificates ⇒ Types::Certificates
Returns the value of attribute certificates.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
-
#hsm_type_rollback_expiration ⇒ ::Time
Returns the value of attribute hsm_type_rollback_expiration.
-
#hsms ⇒ ::Array[Types::Hsm]
Returns the value of attribute hsms.
-
#mode ⇒ "FIPS", "NON_FIPS"
Returns the value of attribute mode.
-
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
-
#pre_co_password ⇒ ::String
Returns the value of attribute pre_co_password.
-
#security_group ⇒ ::String
Returns the value of attribute security_group.
-
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
-
#state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#subnet_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute subnet_mapping.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#backup_policy ⇒ "DEFAULT"
Returns the value of attribute backup_policy.
80 81 82 |
# File 'sig/types.rbs', line 80 def backup_policy @backup_policy end |
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
Returns the value of attribute backup_retention_policy.
81 82 83 |
# File 'sig/types.rbs', line 81 def backup_retention_policy @backup_retention_policy end |
#certificates ⇒ Types::Certificates
Returns the value of attribute certificates.
95 96 97 |
# File 'sig/types.rbs', line 95 def certificates @certificates end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def cluster_id @cluster_id end |
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
83 84 85 |
# File 'sig/types.rbs', line 83 def @create_timestamp end |
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
85 86 87 |
# File 'sig/types.rbs', line 85 def hsm_type @hsm_type end |
#hsm_type_rollback_expiration ⇒ ::Time
Returns the value of attribute hsm_type_rollback_expiration.
86 87 88 |
# File 'sig/types.rbs', line 86 def hsm_type_rollback_expiration @hsm_type_rollback_expiration end |
#hsms ⇒ ::Array[Types::Hsm]
Returns the value of attribute hsms.
84 85 86 |
# File 'sig/types.rbs', line 84 def hsms @hsms end |
#mode ⇒ "FIPS", "NON_FIPS"
Returns the value of attribute mode.
97 98 99 |
# File 'sig/types.rbs', line 97 def mode @mode end |
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
94 95 96 |
# File 'sig/types.rbs', line 94 def network_type @network_type end |
#pre_co_password ⇒ ::String
Returns the value of attribute pre_co_password.
87 88 89 |
# File 'sig/types.rbs', line 87 def pre_co_password @pre_co_password end |
#security_group ⇒ ::String
Returns the value of attribute security_group.
88 89 90 |
# File 'sig/types.rbs', line 88 def security_group @security_group end |
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
89 90 91 |
# File 'sig/types.rbs', line 89 def source_backup_id @source_backup_id end |
#state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute state.
90 91 92 |
# File 'sig/types.rbs', line 90 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
91 92 93 |
# File 'sig/types.rbs', line 91 def @state_message end |
#subnet_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute subnet_mapping.
92 93 94 |
# File 'sig/types.rbs', line 92 def subnet_mapping @subnet_mapping end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
96 97 98 |
# File 'sig/types.rbs', line 96 def tag_list @tag_list end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def vpc_id @vpc_id end |