Class: Aws::GlueDataBrew::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.
3536 3537 3538 3539 3540 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3536 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |