Class: Aws::States::Types::CreateActivityOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::CreateActivityOutput
- 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) that identifies the created activity.
-
#creation_date ⇒ Time
The date the activity is created.
Instance Attribute Details
#activity_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created activity.
368 369 370 371 372 373 |
# File 'lib/aws-sdk-states/types.rb', line 368 class CreateActivityOutput < Struct.new( :activity_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date the activity is created.
368 369 370 371 372 373 |
# File 'lib/aws-sdk-states/types.rb', line 368 class CreateActivityOutput < Struct.new( :activity_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |