Class: Aws::Types::SageMakerRunConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerRunConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#tracking_assets ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute tracking_assets.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
5557 5558 5559 |
# File 'sig/types.rbs', line 5557 def account_id @account_id end |
#region ⇒ ::String
Returns the value of attribute region.
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.
5559 5560 5561 |
# File 'sig/types.rbs', line 5559 def tracking_assets @tracking_assets end |