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.
10608 10609 10610 |
# File 'sig/types.rbs', line 10608 def instance_type @instance_type end |
#lifecycle_config_arn ⇒ ::String
Returns the value of attribute lifecycle_config_arn.
10609 10610 10611 |
# File 'sig/types.rbs', line 10609 def lifecycle_config_arn @lifecycle_config_arn end |
#sage_maker_image_arn ⇒ ::String
Returns the value of attribute sage_maker_image_arn.
10605 10606 10607 |
# File 'sig/types.rbs', line 10605 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.
10607 10608 10609 |
# File 'sig/types.rbs', line 10607 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.
10606 10607 10608 |
# File 'sig/types.rbs', line 10606 def sage_maker_image_version_arn @sage_maker_image_version_arn end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10610 10611 10612 |
# File 'sig/types.rbs', line 10610 def training_plan_arn @training_plan_arn end |