Class: Aws::Types::AwsCodeBuildProjectLogsConfigS3LogsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_disabledBoolean

Returns the value of attribute encryption_disabled.

Returns:

  • (Boolean)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def encryption_disabled
  @encryption_disabled
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def location
  @location
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def status
  @status
end