Class: Aws::CloudHSMV2::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

Returns:

  • (Integer)


818
819
820
821
822
823
824
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 818

class ListTagsRequest < Struct.new(
  :resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The NextToken value that you received in the previous response. Use this value to get more tags.

Returns:

  • (String)


818
819
820
821
822
823
824
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 818

class ListTagsRequest < Struct.new(
  :resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

Returns:

  • (String)


818
819
820
821
822
823
824
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 818

class ListTagsRequest < Struct.new(
  :resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end