Class: Aws::Types::SessionCloudWatchLoggingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def enabled
  @enabled
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def encryption_key_arn
  @encryption_key_arn
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def log_group
  @log_group
end

#log_stream_name_prefix::String

Returns the value of attribute log_stream_name_prefix.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def log_stream_name_prefix
  @log_stream_name_prefix
end

#log_types::Hash[::String, ::Array[::String]]

Returns the value of attribute log_types.

Returns:

  • (::Hash[::String, ::Array[::String]])


1484
1485
1486
# File 'sig/types.rbs', line 1484

def log_types
  @log_types
end