Class: Aws::States::Types::DeleteActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DeleteActivityInput
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_arn ⇒ String
The Amazon Resource Name (ARN) of the activity to delete.
Instance Attribute Details
#activity_arn ⇒ String
The Amazon Resource Name (ARN) of the activity to delete.
578 579 580 581 582 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 578 class DeleteActivityInput < Struct.new( :activity_arn) SENSITIVE = [] include Aws::Structure end |