Class: Aws::Types::ServiceEnvironmentDetail
- Inherits:
-
Object
- Object
- Aws::Types::ServiceEnvironmentDetail
- 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_arn ⇒ ::String
Returns the value of attribute service_environment_arn.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#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.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def capacity_limits @capacity_limits end |
#service_environment_arn ⇒ ::String
Returns the value of attribute service_environment_arn.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def service_environment_arn @service_environment_arn end |
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def service_environment_name @service_environment_name end |
#service_environment_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_environment_type.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def service_environment_type @service_environment_type end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def @tags end |