Class: Aws::Types::SubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::SubnetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
-
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
397 398 399 |
# File 'sig/types.rbs', line 397 def description @description end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
396 397 398 |
# File 'sig/types.rbs', line 396 def subnet_group_name @subnet_group_name end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
399 400 401 |
# File 'sig/types.rbs', line 399 def subnets @subnets end |
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
400 401 402 |
# File 'sig/types.rbs', line 400 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def vpc_id @vpc_id end |