Class: Aws::Types::ModifyActivityStreamResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine_native_audit_fields_includedBoolean

Returns the value of attribute engine_native_audit_fields_included.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("sync", "async")


2919
2920
2921
# File 'sig/types.rbs', line 2919

def mode
  @mode
end

#policy_status"locked", ...

Returns the value of attribute policy_status.

Returns:

  • ("locked", "unlocked", "locking-policy", "unlocking-policy")


2921
2922
2923
# File 'sig/types.rbs', line 2921

def policy_status
  @policy_status
end

#status"stopped", ...

Returns the value of attribute status.

Returns:

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


2918
2919
2920
# File 'sig/types.rbs', line 2918

def status
  @status
end