Class: Aws::Types::StreamingLoggingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


3465
3466
3467
# File 'sig/types.rbs', line 3465

def bucket
  @bucket
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3464
3465
3466
# File 'sig/types.rbs', line 3464

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


3466
3467
3468
# File 'sig/types.rbs', line 3466

def prefix
  @prefix
end