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

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

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

Returns:

  • (Boolean)


27080
27081
27082
27083
27084
27085
27086
27087
27088
27089
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27080

class StartActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :apply_immediately,
  :engine_native_audit_fields_included)
  SENSITIVE = []
  include Aws::Structure
end

#engine_native_audit_fields_includedBoolean

Indicates whether engine-native audit fields are included in the database activity stream.

Returns:

  • (Boolean)


27080
27081
27082
27083
27084
27085
27086
27087
27088
27089
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27080

class StartActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :apply_immediately,
  :engine_native_audit_fields_included)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_stream_nameString

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

Returns:

  • (String)


27080
27081
27082
27083
27084
27085
27086
27087
27088
27089
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27080

class StartActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :apply_immediately,
  :engine_native_audit_fields_included)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

Returns:

  • (String)


27080
27081
27082
27083
27084
27085
27086
27087
27088
27089
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27080

class StartActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :apply_immediately,
  :engine_native_audit_fields_included)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

The mode of the database activity stream.

Returns:

  • (String)


27080
27081
27082
27083
27084
27085
27086
27087
27088
27089
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27080

class StartActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :apply_immediately,
  :engine_native_audit_fields_included)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the database activity stream.

Returns:

  • (String)


27080
27081
27082
27083
27084
27085
27086
27087
27088
27089
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27080

class StartActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :apply_immediately,
  :engine_native_audit_fields_included)
  SENSITIVE = []
  include Aws::Structure
end