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.
687 688 689 |
# File 'sig/types.rbs', line 687 def db_subnet_group_arn @db_subnet_group_arn end |
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
683 684 685 |
# File 'sig/types.rbs', line 683 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def db_subnet_group_name @db_subnet_group_name end |
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
685 686 687 |
# File 'sig/types.rbs', line 685 def subnet_group_status @subnet_group_status end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
686 687 688 |
# File 'sig/types.rbs', line 686 def subnets @subnets end |
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
688 689 690 |
# File 'sig/types.rbs', line 688 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def vpc_id @vpc_id end |