Class: Aws::Types::MonitoringS3Output

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#local_path::String

Returns the value of attribute local_path.

Returns:



9468
9469
9470
# File 'sig/types.rbs', line 9468

def local_path
  @local_path
end

#s3_upload_mode"Continuous", "EndOfJob"

Returns the value of attribute s3_upload_mode.

Returns:



9469
9470
9471
# File 'sig/types.rbs', line 9469

def s3_upload_mode
  @s3_upload_mode
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:



9467
9468
9469
# File 'sig/types.rbs', line 9467

def s3_uri
  @s3_uri
end