Class: Aws::PaymentCryptography::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or an empty or null value if there are no more results.
-
#tags ⇒ Array<Types::Tag>
The list of tags associated with a
ResourceArn
.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or an empty or null value if there are no more results.
1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1360 class ListTagsForResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags associated with a ResourceArn
. Each tag will list
the key-value pair contained within that tag.
1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1360 class ListTagsForResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |