Class: Aws::Types::CreateServiceEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_limits ⇒ ::Array[Types::CapacityLimit]
Returns the value of attribute capacity_limits.
-
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
-
#service_environment_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_environment_type.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_limits ⇒ ::Array[Types::CapacityLimit]
Returns the value of attribute capacity_limits.
378 379 380 |
# File 'sig/types.rbs', line 378 def capacity_limits @capacity_limits end |
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
375 376 377 |
# File 'sig/types.rbs', line 375 def service_environment_name @service_environment_name end |
#service_environment_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_environment_type.
376 377 378 |
# File 'sig/types.rbs', line 376 def service_environment_type @service_environment_type end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
377 378 379 |
# File 'sig/types.rbs', line 377 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
379 380 381 |
# File 'sig/types.rbs', line 379 def end |