You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRdsDbSubnetGroupSubnet

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRdsDbSubnetGroupSubnet as input to an Aws::Client method, you can use a vanilla Hash:

{
  subnet_identifier: "NonEmptyString",
  subnet_availability_zone: {
    name: "NonEmptyString",
  },
  subnet_status: "NonEmptyString",
}

Information about a subnet in a subnet group.

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneTypes::AwsRdsDbSubnetGroupSubnetAvailabilityZone

Information about the Availability Zone for a subnet in the subnet group.

Returns:

#subnet_identifierString

The identifier of a subnet in the subnet group.

Returns:

  • (String)

    The identifier of a subnet in the subnet group.

#subnet_statusString

The status of a subnet in the subnet group.

Returns:

  • (String)

    The status of a subnet in the subnet group.