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)


1026
1027
1028
1029
1030
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1026

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