Class: Aws::Types::DBSubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::DBSubnetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_subnet_group_arn ⇒ ::String
Returns the value of attribute db_subnet_group_arn.
-
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
-
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
-
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#db_subnet_group_arn ⇒ ::String
Returns the value of attribute db_subnet_group_arn.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def db_subnet_group_arn @db_subnet_group_arn end |
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def db_subnet_group_name @db_subnet_group_name end |
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def subnet_group_status @subnet_group_status end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def subnets @subnets end |
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def vpc_id @vpc_id end |