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

Class: Aws::RDS::Types::StopActivityStreamResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_stream_nameString

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

Returns:

  • (String)

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

#kms_key_idString

The AWS KMS key identifier used for encrypting messages in the database activity stream.

Returns:

  • (String)

    The AWS KMS key identifier used for encrypting messages in 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.