Class: Aws::Types::Subnet
- Inherits:
-
Object
- Object
- Aws::Types::Subnet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ Types::AvailabilityZone
Returns the value of attribute availability_zone.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
Instance Attribute Details
#availability_zone ⇒ Types::AvailabilityZone
Returns the value of attribute availability_zone.
969 970 971 |
# File 'sig/types.rbs', line 969 def availability_zone @availability_zone end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
968 969 970 |
# File 'sig/types.rbs', line 968 def identifier @identifier end |
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
970 971 972 |
# File 'sig/types.rbs', line 970 def supported_network_types @supported_network_types end |