Class: Aws::Types::StartActivityStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartActivityStreamRequest
- 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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#mode ⇒ "sync", "async"
Returns the value of attribute mode.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
4259 4260 4261 |
# File 'sig/types.rbs', line 4259 def apply_immediately @apply_immediately end |
#engine_native_audit_fields_included ⇒ Boolean
Returns the value of attribute engine_native_audit_fields_included.
4260 4261 4262 |
# File 'sig/types.rbs', line 4260 def engine_native_audit_fields_included @engine_native_audit_fields_included end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4258 4259 4260 |
# File 'sig/types.rbs', line 4258 def kms_key_id @kms_key_id end |
#mode ⇒ "sync", "async"
Returns the value of attribute mode.
4257 4258 4259 |
# File 'sig/types.rbs', line 4257 def mode @mode end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
4256 4257 4258 |
# File 'sig/types.rbs', line 4256 def resource_arn @resource_arn end |