Class: Aws::OpsWorksCM::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that you can use as the value of
NextToken
in subsequent calls to the API to show more results. -
#tags ⇒ Array<Types::Tag>
Tags that have been applied to the resource.
Instance Attribute Details
#next_token ⇒ String
A token that you can use as the value of NextToken
in subsequent
calls to the API to show more results.
1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1059 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags that have been applied to the resource.
1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1059 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |