Class: Aws::IVS::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource to be retrieved. The ARN must be URL-encoded.

Returns:

  • (String)


1319
1320
1321
1322
1323
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1319

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