Class: Aws::Types::StartActivityStreamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


4259
4260
4261
# File 'sig/types.rbs', line 4259

def apply_immediately
  @apply_immediately
end

#engine_native_audit_fields_includedBoolean

Returns the value of attribute engine_native_audit_fields_included.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("sync", "async")


4257
4258
4259
# File 'sig/types.rbs', line 4257

def mode
  @mode
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


4256
4257
4258
# File 'sig/types.rbs', line 4256

def resource_arn
  @resource_arn
end