Class: Aws::DAX::Types::DescribeSubnetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DescribeSubnetGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#subnet_groups ⇒ Array<Types::SubnetGroup>
An array of subnet groups.
Instance Attribute Details
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
795 796 797 798 799 800 |
# File 'lib/aws-sdk-dax/types.rb', line 795 class DescribeSubnetGroupsResponse < Struct.new( :next_token, :subnet_groups) SENSITIVE = [] include Aws::Structure end |
#subnet_groups ⇒ Array<Types::SubnetGroup>
An array of subnet groups. Each element in the array represents a single subnet group.
795 796 797 798 799 800 |
# File 'lib/aws-sdk-dax/types.rb', line 795 class DescribeSubnetGroupsResponse < Struct.new( :next_token, :subnet_groups) SENSITIVE = [] include Aws::Structure end |