class Aws::CloudHSMV2::Types::DescribeClustersRequest

@note When making an API call, you may pass DescribeClustersRequest

data as a hash:

    {
      filters: {
        "Field" => ["String"],
      },
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

One or more filters to limit the items returned in the response.

Use the `clusterIds` filter to return only the specified clusters.
Specify clusters by their cluster identifier (ID).

Use the `vpcIds` filter to return only the clusters in the specified
virtual private clouds (VPCs). Specify VPCs by their VPC identifier
(ID).

Use the `states` filter to return only clusters that match the
specified state.
@return [Hash<String,Array<String>>]

@!attribute [rw] next_token

The `NextToken` value that you received in the previous response.
Use this value to get more clusters.
@return [String]

@!attribute [rw] max_results

The maximum number of clusters to return in the response. When there
are more clusters than the number you specify, the response contains
a `NextToken` value.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/DescribeClustersRequest AWS API Documentation

Constants

SENSITIVE