Class: Aws::Types::StartActivityStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartActivityStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#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.
-
#status ⇒ "stopped", ...
Returns the value of attribute status.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
4270 4271 4272 |
# File 'sig/types.rbs', line 4270 def apply_immediately @apply_immediately end |
#engine_native_audit_fields_included ⇒ Boolean
Returns the value of attribute engine_native_audit_fields_included.
4269 4270 4271 |
# File 'sig/types.rbs', line 4269 def engine_native_audit_fields_included @engine_native_audit_fields_included end |
#kinesis_stream_name ⇒ ::String
Returns the value of attribute kinesis_stream_name.
4266 4267 4268 |
# File 'sig/types.rbs', line 4266 def kinesis_stream_name @kinesis_stream_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4265 4266 4267 |
# File 'sig/types.rbs', line 4265 def kms_key_id @kms_key_id end |
#mode ⇒ "sync", "async"
Returns the value of attribute mode.
4268 4269 4270 |
# File 'sig/types.rbs', line 4268 def mode @mode end |
#status ⇒ "stopped", ...
Returns the value of attribute status.
4267 4268 4269 |
# File 'sig/types.rbs', line 4267 def status @status end |