Class: Aws::Types::AwsRdsDbSubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbSubnetGroup
- 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::AwsRdsDbSubnetGroupSubnet]
Returns the value of attribute subnets.
-
#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.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def db_subnet_group_arn @db_subnet_group_arn end |
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
3684 3685 3686 |
# File 'sig/types.rbs', line 3684 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
3683 3684 3685 |
# File 'sig/types.rbs', line 3683 def db_subnet_group_name @db_subnet_group_name end |
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
3686 3687 3688 |
# File 'sig/types.rbs', line 3686 def subnet_group_status @subnet_group_status end |
#subnets ⇒ ::Array[Types::AwsRdsDbSubnetGroupSubnet]
Returns the value of attribute subnets.
3687 3688 3689 |
# File 'sig/types.rbs', line 3687 def subnets @subnets end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3685 3686 3687 |
# File 'sig/types.rbs', line 3685 def vpc_id @vpc_id end |