Class: Aws::Types::SessionS3LoggingConfiguration

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)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def enabled
  @enabled
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def encryption_key_arn
  @encryption_key_arn
end

#log_types::Hash[::String, ::Array[::String]]

Returns the value of attribute log_types.

Returns:

  • (::Hash[::String, ::Array[::String]])


1526
1527
1528
# File 'sig/types.rbs', line 1526

def log_types
  @log_types
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def log_uri
  @log_uri
end