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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneString

The Availability Zone (AZ) for subnet subnet.

Returns:

  • (String)


1328
1329
1330
1331
1332
# File 'lib/aws-sdk-dax/types.rb', line 1328

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

#subnet_identifierString

The system-assigned identifier for the subnet.

Returns:

  • (String)


1328
1329
1330
1331
1332
# File 'lib/aws-sdk-dax/types.rb', line 1328

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