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)


538
539
540
541
542
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 538

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