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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SAGEMAKER_TRAINING")


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.

Returns:

  • ("ENABLED", "DISABLED")


1404
1405
1406
# File 'sig/types.rbs', line 1404

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1405
1406
1407
# File 'sig/types.rbs', line 1405

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end