Class: Aws::AppSync::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "ResourceArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The
GraphqlApi
Amazon Resource Name (ARN).
Instance Attribute Details
#resource_arn ⇒ String
The GraphqlApi
Amazon Resource Name (ARN).
2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2810 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |