Class: Aws::IoT::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


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_arnString

The ARN of the resource.

Returns:

  • (String)


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