Class: Aws::Types::LoggingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arn::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def cloud_watch_log_group_arn
  @cloud_watch_log_group_arn
end

#log_schema_version::String

Returns the value of attribute log_schema_version.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def log_schema_version
  @log_schema_version
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def s3_bucket_name
  @s3_bucket_name
end