Class: Aws::ElasticBeanstalk::Types::ResourceTagsDescriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ResourceTagsDescriptionMessage
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which a tag list was requested.
-
#resource_tags ⇒ Array<Types::Tag>
A list of tag key-value pairs.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which a tag list was requested.
3690 3691 3692 3693 3694 3695 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3690 class ResourceTagsDescriptionMessage < Struct.new( :resource_arn, :resource_tags) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::Tag>
A list of tag key-value pairs.
3690 3691 3692 3693 3694 3695 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3690 class ResourceTagsDescriptionMessage < Struct.new( :resource_arn, :resource_tags) SENSITIVE = [] include Aws::Structure end |