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)


940
941
942
# File 'sig/types.rbs', line 940

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)


941
942
943
# File 'sig/types.rbs', line 941

def log_schema_version
  @log_schema_version
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def s3_bucket_name
  @s3_bucket_name
end