Class: Aws::CloudHSMV2::Types::DescribeClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DescribeClustersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Types::Cluster>
A list of clusters.
-
#next_token ⇒ String
An opaque string that indicates that the response contains only a subset of clusters.
Instance Attribute Details
#clusters ⇒ Array<Types::Cluster>
A list of clusters.
743 744 745 746 747 748 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 743 class DescribeClustersResponse < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque string that indicates that the response contains only a subset of clusters. Use this value in a subsequent ‘DescribeClusters` request to get more clusters.
743 744 745 746 747 748 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 743 class DescribeClustersResponse < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |