Class: Aws::DAX::Types::Subnet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneString

The Availability Zone (AZ) for the subnet.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1368

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

#subnet_identifierString

The system-assigned identifier for the subnet.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1368

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