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.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def capacity_limits @capacity_limits end |
#service_environment_arn ⇒ ::String
Returns the value of attribute service_environment_arn.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def service_environment_arn @service_environment_arn end |
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def service_environment_name @service_environment_name end |
#service_environment_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_environment_type.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def service_environment_type @service_environment_type end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def end |