DescribeClustersRequest

public struct DescribeClustersRequest : AWSShape
extension CloudHSMV2.DescribeClustersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let filters: [String : [String]]?
  • 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.

    Declaration

    Swift

    public let maxResults: Int?
  • The NextToken value that you received in the previous response. Use this value to get more clusters.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(filters: [String : [String]]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws