Class: Aws::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def group_name @group_name end |
#status ⇒ ::String
Returns the value of attribute status.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def status @status end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def stream_name @stream_name end |