Class: Aws::Types::ServiceEnvironmentDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limits::Array[Types::CapacityLimit]

Returns the value of attribute capacity_limits.

Returns:



1413
1414
1415
# File 'sig/types.rbs', line 1413

def capacity_limits
  @capacity_limits
end

#service_environment_arn::String

Returns the value of attribute service_environment_arn.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def service_environment_arn
  @service_environment_arn
end

#service_environment_name::String

Returns the value of attribute service_environment_name.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def service_environment_name
  @service_environment_name
end

#service_environment_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_environment_type.

Returns:

  • ("SAGEMAKER_TRAINING")


1410
1411
1412
# File 'sig/types.rbs', line 1410

def service_environment_type
  @service_environment_type
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1411
1412
1413
# File 'sig/types.rbs', line 1411

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "DELETED", "VALID", "INVALID")


1412
1413
1414
# File 'sig/types.rbs', line 1412

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1414
1415
1416
# File 'sig/types.rbs', line 1414

def tags
  @tags
end