Class: Aws::Types::S3LoggingConfiguration

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)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def enabled
  @enabled
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def kms_key
  @kms_key
end

#log_location::String

Returns the value of attribute log_location.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def log_location
  @log_location
end