Class: Aws::CloudHSMV2::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An opaque string that indicates that the response contains only a subset of tags.
-
#tag_list ⇒ Array<Types::Tag>
A list of tags.
Instance Attribute Details
#next_token ⇒ String
An opaque string that indicates that the response contains only a
subset of tags. Use this value in a subsequent ListTags
request to
get more tags.
943 944 945 946 947 948 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 943 class ListTagsResponse < Struct.new( :tag_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
A list of tags.
943 944 945 946 947 948 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 943 class ListTagsResponse < Struct.new( :tag_list, :next_token) SENSITIVE = [] include Aws::Structure end |