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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


795
796
797
798
799
800
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 795

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

#subnet_groupsArray<Types::SubnetGroup>

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

Returns:



795
796
797
798
799
800
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 795

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