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

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

Overview

Note:

When making an API call, you may pass DeleteActivityInput data as a hash:

{
  activity_arn: "Arn", # required
}

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)


488
489
490
491
492
# File 'lib/aws-sdk-states/types.rb', line 488

class DeleteActivityInput < Struct.new(
  :activity_arn)
  SENSITIVE = []
  include Aws::Structure
end