Class: Aws::Cloud9::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Cloud9 development environment to get the tags for.

Returns:

  • (String)


621
622
623
624
625
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 621

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