Class: Aws::States::Types::DescribeActivityOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 activity.

Returns:

  • (String)


638
639
640
641
642
643
644
# File 'lib/aws-sdk-states/types.rb', line 638

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

#creation_dateTime

The date the activity is created.

Returns:

  • (Time)


638
639
640
641
642
643
644
# File 'lib/aws-sdk-states/types.rb', line 638

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

#nameString

The name of the activity.

A name must not contain:

  • white space

  • brackets ‘< > { } [ ]`

  • wildcard characters ‘? *`

  • special characters “ “ # % \ ^ | ~ ‘ $ & , ; : / “

  • control characters (‘U+0000-001F`, `U+007F-009F`)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

Returns:

  • (String)


638
639
640
641
642
643
644
# File 'lib/aws-sdk-states/types.rb', line 638

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