Class: Aws::Types::AwsCodeBuildProjectLogsConfigS3LogsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectLogsConfigS3LogsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def encryption_disabled @encryption_disabled end |
#location ⇒ ::String
Returns the value of attribute location.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def location @location end |
#status ⇒ ::String
Returns the value of attribute status.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def status @status end |