Class: Aws::Types::ResourceSpec
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ "system", ...
Returns the value of attribute instance_type.
-
#lifecycle_config_arn ⇒ ::String
Returns the value of attribute lifecycle_config_arn.
-
#sage_maker_image_arn ⇒ ::String
Returns the value of attribute sage_maker_image_arn.
-
#sage_maker_image_version_alias ⇒ ::String
Returns the value of attribute sage_maker_image_version_alias.
-
#sage_maker_image_version_arn ⇒ ::String
Returns the value of attribute sage_maker_image_version_arn.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
Instance Attribute Details
#instance_type ⇒ "system", ...
Returns the value of attribute instance_type.
10593 10594 10595 |
# File 'sig/types.rbs', line 10593 def instance_type @instance_type end |
#lifecycle_config_arn ⇒ ::String
Returns the value of attribute lifecycle_config_arn.
10594 10595 10596 |
# File 'sig/types.rbs', line 10594 def lifecycle_config_arn @lifecycle_config_arn end |
#sage_maker_image_arn ⇒ ::String
Returns the value of attribute sage_maker_image_arn.
10590 10591 10592 |
# File 'sig/types.rbs', line 10590 def sage_maker_image_arn @sage_maker_image_arn end |
#sage_maker_image_version_alias ⇒ ::String
Returns the value of attribute sage_maker_image_version_alias.
10592 10593 10594 |
# File 'sig/types.rbs', line 10592 def sage_maker_image_version_alias @sage_maker_image_version_alias end |
#sage_maker_image_version_arn ⇒ ::String
Returns the value of attribute sage_maker_image_version_arn.
10591 10592 10593 |
# File 'sig/types.rbs', line 10591 def sage_maker_image_version_arn @sage_maker_image_version_arn end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10595 10596 10597 |
# File 'sig/types.rbs', line 10595 def training_plan_arn @training_plan_arn end |