Class: Aws::AppStream::Types::ListTagsForResourceRequest

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

Overview

Note:

When making an API call, you may pass ListTagsForResourceRequest data as a hash:

{
  resource_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2235
2236
2237
2238
# File 'lib/aws-sdk-appstream/types.rb', line 2235

class ListTagsForResourceRequest < Struct.new(
  :resource_arn)
  include Aws::Structure
end