Class: Aws::Types::Subnet
- Inherits:
-
Object
- Object
- Aws::Types::Subnet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
-
#subnet_identifier ⇒ ::String
Returns the value of attribute subnet_identifier.
-
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
Instance Attribute Details
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
390 391 392 |
# File 'sig/types.rbs', line 390 def subnet_availability_zone @subnet_availability_zone end |
#subnet_identifier ⇒ ::String
Returns the value of attribute subnet_identifier.
389 390 391 |
# File 'sig/types.rbs', line 389 def subnet_identifier @subnet_identifier end |
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
391 392 393 |
# File 'sig/types.rbs', line 391 def supported_network_types @supported_network_types end |