Class: Aws::Types::LoggingInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


2986
2987
2988
# File 'sig/types.rbs', line 2986

def s3_key_prefix
  @s3_key_prefix
end

#s3_region::String

Returns the value of attribute s3_region.

Returns:

  • (::String)


2987
2988
2989
# File 'sig/types.rbs', line 2987

def s3_region
  @s3_region
end