Class: Aws::Types::ModelDeployConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelDeployConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_generate_endpoint_name ⇒ Boolean
Returns the value of attribute auto_generate_endpoint_name.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
Instance Attribute Details
#auto_generate_endpoint_name ⇒ Boolean
Returns the value of attribute auto_generate_endpoint_name.
8956 8957 8958 |
# File 'sig/types.rbs', line 8956 def auto_generate_endpoint_name @auto_generate_endpoint_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
8957 8958 8959 |
# File 'sig/types.rbs', line 8957 def endpoint_name @endpoint_name end |