Class: Aws::CloudTrail::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Reserved for future use.
-
#resource_tag_list ⇒ Array<Types::ResourceTag>
A list of resource tags.
Instance Attribute Details
#next_token ⇒ String
Reserved for future use.
3667 3668 3669 3670 3671 3672 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3667 class ListTagsResponse < Struct.new( :resource_tag_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_tag_list ⇒ Array<Types::ResourceTag>
A list of resource tags.
3667 3668 3669 3670 3671 3672 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3667 class ListTagsResponse < Struct.new( :resource_tag_list, :next_token) SENSITIVE = [] include Aws::Structure end |