Class: Aws::Types::JobCheckpointConfig

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:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def local_path
  @local_path
end

#s3_uri ⇒ ::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def s3_uri
  @s3_uri
end