Class: Aws::CodeDeploy::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ListTagsForResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier returned from the previous ‘ListTagsForResource` call.
-
#resource_arn ⇒ String
The ARN of a CodeDeploy resource.
Instance Attribute Details
#next_token ⇒ String
An identifier returned from the previous ‘ListTagsForResource` call. It can be used to return the next set of applications in the list.
4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4009 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of a CodeDeploy resource. ‘ListTagsForResource` returns all the tags associated with the resource that is identified by the `ResourceArn`.
4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4009 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |