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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


10924
10925
10926
10927
10928
10929
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10924

class ListTagsForResourceRequest < Struct.new(
  :resource_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


10924
10925
10926
10927
10928
10929
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10924

class ListTagsForResourceRequest < Struct.new(
  :resource_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end