You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsRdsDbSubnetGroupWhen passing AwsRdsDbSubnetGroup as input to an Aws::Client method, you can use a vanilla 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.
Returned by:
Instance Attribute Summary collapseThe ARN of the subnet group.
The description of the subnet group.
The name of the subnet group.
The status of the subnet group.
A list of subnets in the subnet group.
The VPC ID of the subnet group.
The ARN of the subnet group.
#db_subnet_group_description ⇒ StringThe description of the subnet group.
#db_subnet_group_name ⇒ StringThe name of the subnet group.
#subnet_group_status ⇒ StringThe status of the subnet group.
#vpc_id ⇒ StringThe VPC ID of the subnet group.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4