Class: Aws::Types::PutMLConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMLConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_output_location ⇒ Types::MLOutputConfiguration
Returns the value of attribute default_output_location.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#default_output_location ⇒ Types::MLOutputConfiguration
Returns the value of attribute default_output_location.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def default_output_location @default_output_location end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def membership_identifier @membership_identifier end |