Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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 activity.

Returns:

  • (String)

682
683
684
685
686
687
688
689
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 682

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

#creation_dateTime

The date the activity is created.

Returns:

  • (Time)

682
683
684
685
686
687
688
689
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 682

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

#encryption_configurationTypes::EncryptionConfiguration

Settings for configured server-side encryption.


682
683
684
685
686
687
688
689
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 682

class DescribeActivityOutput < Struct.new(
  :activity_arn,
  :name,
  :creation_date,
  :encryption_configuration)
  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)

682
683
684
685
686
687
688
689
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 682

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