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

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 DescribeActivityInput 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 describe.

Returns:

  • (String)


553
554
555
556
557
# File 'lib/aws-sdk-states/types.rb', line 553

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