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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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



2815
2816
2817
2818
2819
2820
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2815

class Subnet < Struct.new(
  :identifier,
  :availability_zone)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier for the subnet.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2815

class Subnet < Struct.new(
  :identifier,
  :availability_zone)
  SENSITIVE = []
  include Aws::Structure
end