Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
Returns the value of attribute backup_retention_policy.
-
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
-
#mode ⇒ "FIPS", "NON_FIPS"
Returns the value of attribute mode.
-
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
-
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
Returns the value of attribute backup_retention_policy.
114 115 116 |
# File 'sig/types.rbs', line 114 def backup_retention_policy @backup_retention_policy end |
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def hsm_type @hsm_type end |
#mode ⇒ "FIPS", "NON_FIPS"
Returns the value of attribute mode.
120 121 122 |
# File 'sig/types.rbs', line 120 def mode @mode end |
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
118 119 120 |
# File 'sig/types.rbs', line 118 def network_type @network_type end |
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def source_backup_id @source_backup_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
117 118 119 |
# File 'sig/types.rbs', line 117 def subnet_ids @subnet_ids end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
119 120 121 |
# File 'sig/types.rbs', line 119 def tag_list @tag_list end |