Class: Aws::Types::LogConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_destination"NONE", ...

Returns the value of attribute log_destination.

Returns:

  • ("NONE", "CLOUDWATCH", "S3")


1726
1727
1728
# File 'sig/types.rbs', line 1726

def log_destination
  @log_destination
end

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def log_group_arn
  @log_group_arn
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def s3_bucket_name
  @s3_bucket_name
end