Class: Aws::RDS::Types::Subnet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

This data type is used as a response element for the DescribeDBSubnetGroups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneTypes::AvailabilityZone

Contains Availability Zone information.

This data type is used as an element in the OrderableDBInstanceOption data type.



26560
26561
26562
26563
26564
26565
26566
26567
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26560

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :subnet_status)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_identifierString

The identifier of the subnet.

Returns:

  • (String)


26560
26561
26562
26563
26564
26565
26566
26567
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26560

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :subnet_status)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_outpostTypes::Outpost

If the subnet is associated with an Outpost, this value specifies the Outpost.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

Returns:



26560
26561
26562
26563
26564
26565
26566
26567
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26560

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :subnet_status)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_statusString

The status of the subnet.

Returns:

  • (String)


26560
26561
26562
26563
26564
26565
26566
26567
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26560

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone,
  :subnet_outpost,
  :subnet_status)
  SENSITIVE = []
  include Aws::Structure
end