Class: Aws::MemoryDB::Types::Subnet
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::Subnet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with MemoryDB.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ Types::AvailabilityZone
The Availability Zone where the subnet resides.
-
#identifier ⇒ String
The unique identifier for the subnet.
Instance Attribute Details
#availability_zone ⇒ Types::AvailabilityZone
The Availability Zone where the subnet resides
2849 2850 2851 2852 2853 2854 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2849 class Subnet < Struct.new( :identifier, :availability_zone) SENSITIVE = [] include Aws::Structure end |