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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


26341
26342
26343
26344
26345
26346
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26341

class StopActivityStreamRequest < Struct.new(
  :resource_arn,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end

#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)


26341
26342
26343
26344
26345
26346
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26341

class StopActivityStreamRequest < Struct.new(
  :resource_arn,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end