Class: Aws::Types::GetMLConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMLConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#default_output_location ⇒ Types::MLOutputConfiguration
Returns the value of attribute default_output_location.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
683 684 685 |
# File 'sig/types.rbs', line 683 def create_time @create_time end |
#default_output_location ⇒ Types::MLOutputConfiguration
Returns the value of attribute default_output_location.
682 683 684 |
# File 'sig/types.rbs', line 682 def default_output_location @default_output_location end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
681 682 683 |
# File 'sig/types.rbs', line 681 def membership_identifier @membership_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
684 685 686 |
# File 'sig/types.rbs', line 684 def update_time @update_time end |