Class: Aws::Cloud9::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Cloud9 development environment to get the tags for.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Cloud9 development environment to get the tags for.
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 |