Class: Aws::DocDB::Types::DBSubnetGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBSubnetGroup
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Detailed information about a subnet group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_subnet_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB subnet group.
-
#db_subnet_group_description ⇒ String
Provides the description of the subnet group.
-
#db_subnet_group_name ⇒ String
The name of the subnet group.
-
#subnet_group_status ⇒ String
Provides the status of the subnet group.
-
#subnets ⇒ Array<Types::Subnet>
Detailed information about one or more subnets within a subnet group.
-
#vpc_id ⇒ String
Provides the virtual private cloud (VPC) ID of the subnet group.
Instance Attribute Details
#db_subnet_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB subnet group.
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242 class DBSubnetGroup < Struct.new( :db_subnet_group_name, :db_subnet_group_description, :vpc_id, :subnet_group_status, :subnets, :db_subnet_group_arn) SENSITIVE = [] include Aws::Structure end |
#db_subnet_group_description ⇒ String
Provides the description of the subnet group.
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242 class DBSubnetGroup < Struct.new( :db_subnet_group_name, :db_subnet_group_description, :vpc_id, :subnet_group_status, :subnets, :db_subnet_group_arn) SENSITIVE = [] include Aws::Structure end |
#db_subnet_group_name ⇒ String
The name of the subnet group.
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242 class DBSubnetGroup < Struct.new( :db_subnet_group_name, :db_subnet_group_description, :vpc_id, :subnet_group_status, :subnets, :db_subnet_group_arn) SENSITIVE = [] include Aws::Structure end |
#subnet_group_status ⇒ String
Provides the status of the subnet group.
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242 class DBSubnetGroup < Struct.new( :db_subnet_group_name, :db_subnet_group_description, :vpc_id, :subnet_group_status, :subnets, :db_subnet_group_arn) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<Types::Subnet>
Detailed information about one or more subnets within a subnet group.
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242 class DBSubnetGroup < Struct.new( :db_subnet_group_name, :db_subnet_group_description, :vpc_id, :subnet_group_status, :subnets, :db_subnet_group_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Provides the virtual private cloud (VPC) ID of the subnet group.
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242 class DBSubnetGroup < Struct.new( :db_subnet_group_name, :db_subnet_group_description, :vpc_id, :subnet_group_status, :subnets, :db_subnet_group_arn) SENSITIVE = [] include Aws::Structure end |