Class: Aws::States::Types::CreateActivityOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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) that identifies the created activity.

Returns:

  • (String)


350
351
352
353
354
355
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 350

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

#creation_dateTime

The date the activity is created.

Returns:

  • (Time)


350
351
352
353
354
355
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 350

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