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.
10586 10587 10588 |
# File 'sig/types.rbs', line 10586 def instance_type @instance_type end |
#lifecycle_config_arn ⇒ ::String
Returns the value of attribute lifecycle_config_arn.
10587 10588 10589 |
# File 'sig/types.rbs', line 10587 def lifecycle_config_arn @lifecycle_config_arn end |
#sage_maker_image_arn ⇒ ::String
Returns the value of attribute sage_maker_image_arn.
10583 10584 10585 |
# File 'sig/types.rbs', line 10583 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.
10585 10586 10587 |
# File 'sig/types.rbs', line 10585 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.
10584 10585 10586 |
# File 'sig/types.rbs', line 10584 def sage_maker_image_version_arn @sage_maker_image_version_arn end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10588 10589 10590 |
# File 'sig/types.rbs', line 10588 def training_plan_arn @training_plan_arn end |