You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::StartActivityStreamResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

Returns:

  • (Boolean)

    Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

#kinesis_stream_nameString

The name of the Amazon Kinesis data stream to be used for the database activity stream.

Returns:

  • (String)

    The name of the Amazon Kinesis data stream to be used for the database activity stream.

#kms_key_idString

The AWS KMS key identifier for encryption of messages in the database activity stream.

Returns:

  • (String)

    The AWS KMS key identifier for encryption of messages in the database activity stream.

#modeString

The mode of the database activity stream.

Possible values:

  • sync
  • async

Returns:

  • (String)

    The mode of the database activity stream.

#statusString

The status of the database activity stream.

Possible values:

  • stopped
  • starting
  • started
  • stopping

Returns:

  • (String)

    The status of the database activity stream.