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.
485 486 487 |
# File 'sig/types.rbs', line 485 def db_subnet_group_arn @db_subnet_group_arn end |
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
481 482 483 |
# File 'sig/types.rbs', line 481 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
480 481 482 |
# File 'sig/types.rbs', line 480 def db_subnet_group_name @db_subnet_group_name end |
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
483 484 485 |
# File 'sig/types.rbs', line 483 def subnet_group_status @subnet_group_status end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
484 485 486 |
# File 'sig/types.rbs', line 484 def subnets @subnets end |
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
486 487 488 |
# File 'sig/types.rbs', line 486 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def vpc_id @vpc_id end |