Class: Aws::DocDB::Types::DBSubnetGroup
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DocDB::Types::DBSubnetGroup
 
- Includes:
- Structure
- Defined in:
- 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.
| 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 | # File 'lib/aws-sdk-docdb/types.rb', line 2113 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.
| 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 | # File 'lib/aws-sdk-docdb/types.rb', line 2113 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.
| 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 | # File 'lib/aws-sdk-docdb/types.rb', line 2113 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.
| 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 | # File 'lib/aws-sdk-docdb/types.rb', line 2113 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.
| 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 | # File 'lib/aws-sdk-docdb/types.rb', line 2113 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.
| 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 | # File 'lib/aws-sdk-docdb/types.rb', line 2113 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 |