Class: Aws::Types::PipelineLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PipelineLoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_log_group_name ⇒ ::String
Returns the value of attribute image_log_group_name.
-
#pipeline_log_group_name ⇒ ::String
Returns the value of attribute pipeline_log_group_name.
Instance Attribute Details
#image_log_group_name ⇒ ::String
Returns the value of attribute image_log_group_name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def image_log_group_name @image_log_group_name end |
#pipeline_log_group_name ⇒ ::String
Returns the value of attribute pipeline_log_group_name.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def pipeline_log_group_name @pipeline_log_group_name end |