Class: Aws::IoTEvents::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "AmazonResourceName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource.
4383 4384 4385 4386 4387 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4383 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |