Class: Aws::IoT::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
-
#resource_arn ⇒ String
The ARN of the resource.
Instance Attribute Details
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
12167 12168 12169 12170 12171 12172 |
# File 'lib/aws-sdk-iot/types.rb', line 12167 class ListTagsForResourceRequest < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource.
12167 12168 12169 12170 12171 12172 |
# File 'lib/aws-sdk-iot/types.rb', line 12167 class ListTagsForResourceRequest < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |