Class: Aws::RDS::Types::ModifyActivityStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyActivityStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_policy_state ⇒ String
The audit policy state.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
Instance Attribute Details
#audit_policy_state ⇒ String
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
17000 17001 17002 17003 17004 17005 |
# File 'lib/aws-sdk-rds/types.rb', line 17000 class ModifyActivityStreamRequest < Struct.new( :resource_arn, :audit_policy_state) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, ‘arn:aws:rds:us-east-1:12345667890:db:my-orcl-db`.
17000 17001 17002 17003 17004 17005 |
# File 'lib/aws-sdk-rds/types.rb', line 17000 class ModifyActivityStreamRequest < Struct.new( :resource_arn, :audit_policy_state) SENSITIVE = [] include Aws::Structure end |