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

Class: Aws::RDS::Types::StopActivityStreamRequest

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

Overview

Note:

When passing StopActivityStreamRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "String", # required
  apply_immediately: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.

Returns:

  • (Boolean)

    Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.

#resource_arnString

The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.