Class: Aws::SecurityHub::Types::AwsRdsDbSubnetGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbSubnetGroup
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about the subnet group for the database instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_subnet_group_arn ⇒ String
The ARN of the subnet group.
-
#db_subnet_group_description ⇒ String
The description of the subnet group.
-
#db_subnet_group_name ⇒ String
The name of the subnet group.
-
#subnet_group_status ⇒ String
The status of the subnet group.
-
#subnets ⇒ Array<Types::AwsRdsDbSubnetGroupSubnet>
A list of subnets in the subnet group.
-
#vpc_id ⇒ String
The VPC ID of the subnet group.
Instance Attribute Details
#db_subnet_group_arn ⇒ String
The ARN of the subnet group.
17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17166 class AwsRdsDbSubnetGroup < 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
The description of the subnet group.
17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17166 class AwsRdsDbSubnetGroup < 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.
17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17166 class AwsRdsDbSubnetGroup < 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
The status of the subnet group.
17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17166 class AwsRdsDbSubnetGroup < 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::AwsRdsDbSubnetGroupSubnet>
A list of subnets in the subnet group.
17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17166 class AwsRdsDbSubnetGroup < 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
The VPC ID of the subnet group.
17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17166 class AwsRdsDbSubnetGroup < 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 |