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
Note:
When making an API call, you may pass AwsRdsDbSubnetGroup data as a hash:
{
db_subnet_group_name: "NonEmptyString",
db_subnet_group_description: "NonEmptyString",
vpc_id: "NonEmptyString",
subnet_group_status: "NonEmptyString",
subnets: [
{
subnet_identifier: "NonEmptyString",
subnet_availability_zone: {
name: "NonEmptyString",
},
subnet_status: "NonEmptyString",
},
],
db_subnet_group_arn: "NonEmptyString",
}
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.
8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8652 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.
8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8652 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.
8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8652 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.
8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8652 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.
8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8652 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.
8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8652 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 |