Class: Aws::Types::AwsRdsDbSubnetGroupSubnet
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbSubnetGroupSubnet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_availability_zone ⇒ Types::AwsRdsDbSubnetGroupSubnetAvailabilityZone
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::AwsRdsDbSubnetGroupSubnetAvailabilityZone
Returns the value of attribute subnet_availability_zone.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def subnet_availability_zone @subnet_availability_zone end |
#subnet_identifier ⇒ ::String
Returns the value of attribute subnet_identifier.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def subnet_identifier @subnet_identifier end |
#subnet_status ⇒ ::String
Returns the value of attribute subnet_status.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def subnet_status @subnet_status end |