Class: Aws::Types::AwsCloudFrontDistributionLogging
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudFrontDistributionLogging
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#include_cookies ⇒ Boolean
Returns the value of attribute include_cookies.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
925 926 927 |
# File 'sig/types.rbs', line 925 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
926 927 928 |
# File 'sig/types.rbs', line 926 def enabled @enabled end |
#include_cookies ⇒ Boolean
Returns the value of attribute include_cookies.
927 928 929 |
# File 'sig/types.rbs', line 927 def @include_cookies end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
928 929 930 |
# File 'sig/types.rbs', line 928 def prefix @prefix end |