Class: Aws::Types::SageMakerRunConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


5557
5558
5559
# File 'sig/types.rbs', line 5557

def 
  @account_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


5558
5559
5560
# File 'sig/types.rbs', line 5558

def region
  @region
end

#tracking_assets::Hash[::String, ::Array[::String]]

Returns the value of attribute tracking_assets.

Returns:

  • (::Hash[::String, ::Array[::String]])


5559
5560
5561
# File 'sig/types.rbs', line 5559

def tracking_assets
  @tracking_assets
end