Class: Aws::Types::StartActivityStreamResponse

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)


4270
4271
4272
# File 'sig/types.rbs', line 4270

def apply_immediately
  @apply_immediately
end

#engine_native_audit_fields_includedBoolean

Returns the value of attribute engine_native_audit_fields_included.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("sync", "async")


4268
4269
4270
# File 'sig/types.rbs', line 4268

def mode
  @mode
end

#status"stopped", ...

Returns the value of attribute status.

Returns:

  • ("stopped", "starting", "started", "stopping")


4267
4268
4269
# File 'sig/types.rbs', line 4267

def status
  @status
end