Class: Aws::Neptune::Types::DBSubnetGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DBSubnetGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Contains the details of an Amazon Neptune DB subnet group.
This data type is used as a response element in the DescribeDBSubnetGroups action.
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 DB subnet group.
 - 
  
    
      #db_subnet_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the DB subnet group.
 - 
  
    
      #subnet_group_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the status of the DB subnet group.
 - 
  
    
      #subnets  ⇒ Array<Types::Subnet> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains a list of Subnet elements.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the VpcId of the DB subnet group.
 
Instance Attribute Details
#db_subnet_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB subnet group.
      3338 3339 3340 3341 3342 3343 3344 3345 3346 3347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3338 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 DB subnet group.
      3338 3339 3340 3341 3342 3343 3344 3345 3346 3347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3338 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 DB subnet group.
      3338 3339 3340 3341 3342 3343 3344 3345 3346 3347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3338 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 DB subnet group.
      3338 3339 3340 3341 3342 3343 3344 3345 3346 3347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3338 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>
Contains a list of Subnet elements.
      3338 3339 3340 3341 3342 3343 3344 3345 3346 3347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3338 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 VpcId of the DB subnet group.
      3338 3339 3340 3341 3342 3343 3344 3345 3346 3347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3338 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  |