You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudHSMV2::Types::DescribeClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DescribeClustersResponse
- Defined in:
- (unknown)
Overview
Returned by:
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.
#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.