Class: Aws::DAX::Types::DescribeSubnetGroupsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


858
859
860
861
862
# File 'lib/aws-sdk-dax/types.rb', line 858

class DescribeSubnetGroupsResponse < Struct.new(
  :next_token,
  :subnet_groups)
  include Aws::Structure
end

#subnet_groupsArray<Types::SubnetGroup>

An array of subnet groups. Each element in the array represents a single subnet group.

Returns:



858
859
860
861
862
# File 'lib/aws-sdk-dax/types.rb', line 858

class DescribeSubnetGroupsResponse < Struct.new(
  :next_token,
  :subnet_groups)
  include Aws::Structure
end