Class: Aws::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def group_name
  @group_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def status
  @status
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def stream_name
  @stream_name
end