Class: Aws::States::Types::DescribeActivityInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 describe.

Returns:

  • (String)

482
483
484
485
486
# File 'lib/aws-sdk-states/types.rb', line 482

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