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.
10668 10669 10670 |
# File 'sig/types.rbs', line 10668 def instance_type @instance_type end |
#lifecycle_config_arn ⇒ ::String
Returns the value of attribute lifecycle_config_arn.
10669 10670 10671 |
# File 'sig/types.rbs', line 10669 def lifecycle_config_arn @lifecycle_config_arn end |
#sage_maker_image_arn ⇒ ::String
Returns the value of attribute sage_maker_image_arn.
10665 10666 10667 |
# File 'sig/types.rbs', line 10665 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.
10667 10668 10669 |
# File 'sig/types.rbs', line 10667 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.
10666 10667 10668 |
# File 'sig/types.rbs', line 10666 def sage_maker_image_version_arn @sage_maker_image_version_arn end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10670 10671 10672 |
# File 'sig/types.rbs', line 10670 def training_plan_arn @training_plan_arn end |