Class: Aws::States::Types::DeleteActivityInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_arnString

The Amazon Resource Name (ARN) of the activity to delete.

Returns:

  • (String)


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