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_status ⇒ ::String
Returns the value of attribute subnet_status.
Instance Attribute Details
#subnet_availability_zone ⇒ Types::AvailabilityZone
Returns the value of attribute subnet_availability_zone.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def subnet_availability_zone @subnet_availability_zone end |
#subnet_identifier ⇒ ::String
Returns the value of attribute subnet_identifier.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def subnet_identifier @subnet_identifier end |
#subnet_status ⇒ ::String
Returns the value of attribute subnet_status.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def subnet_status @subnet_status end |