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 ⇒ Types::AvailabilityZone
Returns the value of attribute subnet_availability_zone.
-
#subnet_identifier ⇒ ::String
Returns the value of attribute subnet_identifier.
-
#subnet_outpost ⇒ Types::SubnetOutpost
Returns the value of attribute subnet_outpost.
-
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
Instance Attribute Details
#subnet_availability_zone ⇒ Types::AvailabilityZone
Returns the value of attribute subnet_availability_zone.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def subnet_availability_zone @subnet_availability_zone end |
#subnet_identifier ⇒ ::String
Returns the value of attribute subnet_identifier.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def subnet_identifier @subnet_identifier end |
#subnet_outpost ⇒ Types::SubnetOutpost
Returns the value of attribute subnet_outpost.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def subnet_outpost @subnet_outpost end |
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def supported_network_types @supported_network_types end |