Class: Aws::States::Types::DescribeActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeActivityInput
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_arn ⇒ String
The Amazon Resource Name (ARN) of the activity to describe.
Instance Attribute Details
#activity_arn ⇒ String
The Amazon Resource Name (ARN) of the activity to describe.
643 644 645 646 647 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 643 class DescribeActivityInput < Struct.new( :activity_arn) SENSITIVE = [] include Aws::Structure end |