Class: Aws::Types::ModifyActivityStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::ModifyActivityStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_native_audit_fields_included ⇒ Boolean
Returns the value of attribute engine_native_audit_fields_included.
-
#kinesis_stream_name ⇒ ::String
Returns the value of attribute kinesis_stream_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#mode ⇒ "sync", "async"
Returns the value of attribute mode.
-
#policy_status ⇒ "locked", ...
Returns the value of attribute policy_status.
-
#status ⇒ "stopped", ...
Returns the value of attribute status.
Instance Attribute Details
#engine_native_audit_fields_included ⇒ Boolean
Returns the value of attribute engine_native_audit_fields_included.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def engine_native_audit_fields_included @engine_native_audit_fields_included end |
#kinesis_stream_name ⇒ ::String
Returns the value of attribute kinesis_stream_name.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def kinesis_stream_name @kinesis_stream_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def kms_key_id @kms_key_id end |
#mode ⇒ "sync", "async"
Returns the value of attribute mode.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def mode @mode end |
#policy_status ⇒ "locked", ...
Returns the value of attribute policy_status.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def policy_status @policy_status end |
#status ⇒ "stopped", ...
Returns the value of attribute status.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def status @status end |