Class: Aws::ElasticBeanstalk::Types::ListTagsForResourceMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.

Must be the ARN of an Elastic Beanstalk resource.

Returns:

  • (String)


2941
2942
2943
2944
2945
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2941

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