Class: Aws::Braket::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Specify the resourceArn for the resource whose tags to display.

Returns:

  • (String)


986
987
988
989
990
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 986

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