Class: Aws::Types::ModelShardingConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelShardingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ ::String
Returns the value of attribute image.
-
#override_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute override_environment.
Instance Attribute Details
#image ⇒ ::String
Returns the value of attribute image.
9218 9219 9220 |
# File 'sig/types.rbs', line 9218 def image @image end |
#override_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute override_environment.
9219 9220 9221 |
# File 'sig/types.rbs', line 9219 def override_environment @override_environment end |