Class: Aws::Types::ComputeConfig
- Inherits:
-
Object
- Object
- Aws::Types::ComputeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#dns_name_servers ⇒ ::String
Returns the value of attribute dns_name_servers.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#max_capacity_units ⇒ ::Integer
Returns the value of attribute max_capacity_units.
-
#min_capacity_units ⇒ ::Integer
Returns the value of attribute min_capacity_units.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#replication_subnet_group_id ⇒ ::String
Returns the value of attribute replication_subnet_group_id.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
150 151 152 |
# File 'sig/types.rbs', line 150 def availability_zone @availability_zone end |
#dns_name_servers ⇒ ::String
Returns the value of attribute dns_name_servers.
151 152 153 |
# File 'sig/types.rbs', line 151 def dns_name_servers @dns_name_servers end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def kms_key_id @kms_key_id end |
#max_capacity_units ⇒ ::Integer
Returns the value of attribute max_capacity_units.
153 154 155 |
# File 'sig/types.rbs', line 153 def max_capacity_units @max_capacity_units end |
#min_capacity_units ⇒ ::Integer
Returns the value of attribute min_capacity_units.
154 155 156 |
# File 'sig/types.rbs', line 154 def min_capacity_units @min_capacity_units end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
155 156 157 |
# File 'sig/types.rbs', line 155 def multi_az @multi_az end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
156 157 158 |
# File 'sig/types.rbs', line 156 def preferred_maintenance_window @preferred_maintenance_window end |
#replication_subnet_group_id ⇒ ::String
Returns the value of attribute replication_subnet_group_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def replication_subnet_group_id @replication_subnet_group_id end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
158 159 160 |
# File 'sig/types.rbs', line 158 def vpc_security_group_ids @vpc_security_group_ids end |