Class: Aws::Finspace::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


4492
4493
4494
4495
4496
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4492

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