Class: Aws::MemoryDB::Types::Subnet

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zoneTypes::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

#identifierString

The unique identifier for the subnet.

Returns:

  • (String)


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