Class: Aws::ElastiCache::Types::Subnet

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/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 ElastiCache.

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneTypes::AvailabilityZone

The Availability Zone associated with the subnet.



5854
5855
5856
5857
5858
# File 'lib/aws-sdk-elasticache/types.rb', line 5854

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone)
  include Aws::Structure
end

#subnet_identifierString

The unique identifier for the subnet.

Returns:

  • (String)


5854
5855
5856
5857
5858
# File 'lib/aws-sdk-elasticache/types.rb', line 5854

class Subnet < Struct.new(
  :subnet_identifier,
  :subnet_availability_zone)
  include Aws::Structure
end