Class: Aws::DocDB::Types::Subnet
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::Subnet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Detailed information about a subnet.
Instance Attribute Summary collapse
-
#subnet_availability_zone ⇒ Types::AvailabilityZone
Specifies the Availability Zone for the subnet.
-
#subnet_identifier ⇒ String
Specifies the identifier of the subnet.
-
#subnet_status ⇒ String
Specifies the status of the subnet.
Instance Attribute Details
#subnet_availability_zone ⇒ Types::AvailabilityZone
Specifies the Availability Zone for the subnet.
4554 4555 4556 4557 4558 4559 |
# File 'lib/aws-sdk-docdb/types.rb', line 4554 class Subnet < Struct.new( :subnet_identifier, :subnet_availability_zone, :subnet_status) include Aws::Structure end |
#subnet_identifier ⇒ String
Specifies the identifier of the subnet.
4554 4555 4556 4557 4558 4559 |
# File 'lib/aws-sdk-docdb/types.rb', line 4554 class Subnet < Struct.new( :subnet_identifier, :subnet_availability_zone, :subnet_status) include Aws::Structure end |
#subnet_status ⇒ String
Specifies the status of the subnet.
4554 4555 4556 4557 4558 4559 |
# File 'lib/aws-sdk-docdb/types.rb', line 4554 class Subnet < Struct.new( :subnet_identifier, :subnet_availability_zone, :subnet_status) include Aws::Structure end |