class Aws::SecurityHub::Types::AwsRdsDbSubnetGroup
Information about the subnet group for the database instance.
@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", }
@!attribute [rw] db_subnet_group_name
The name of the subnet group. @return [String]
@!attribute [rw] db_subnet_group_description
The description of the subnet group. @return [String]
@!attribute [rw] vpc_id
The VPC ID of the subnet group. @return [String]
@!attribute [rw] subnet_group_status
The status of the subnet group. @return [String]
@!attribute [rw] subnets
A list of subnets in the subnet group. @return [Array<Types::AwsRdsDbSubnetGroupSubnet>]
@!attribute [rw] db_subnet_group_arn
The ARN of the subnet group. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbSubnetGroup AWS API Documentation
Constants
- SENSITIVE