Class: Aws::DocDBElastic::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN identifier of the elastic cluster resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN identifier of the elastic cluster resource.
912 913 914 915 916 |
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 912 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |