Class: Aws::Types::AwsCloudFrontDistributionLogging

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def bucket
  @bucket
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


926
927
928
# File 'sig/types.rbs', line 926

def enabled
  @enabled
end

#include_cookiesBoolean

Returns the value of attribute include_cookies.

Returns:

  • (Boolean)


927
928
929
# File 'sig/types.rbs', line 927

def include_cookies
  @include_cookies
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def prefix
  @prefix
end