Class: Aws::SSMIncidents::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
1449 1450 1451 1452 1453 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1449 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |