Class: Aws::RoboMaker::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.

Returns:

  • (String)


3666
3667
3668
3669
3670
# File 'lib/aws-sdk-robomaker/types.rb', line 3666

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