Class: Aws::States::Types::DescribeActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeActivityInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
626 627 628 629 630 |
# File 'lib/aws-sdk-states/types.rb', line 626 class DescribeActivityInput < Struct.new( :activity_arn) SENSITIVE = [] include Aws::Structure end |