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:



1485
1486
1487
# File 'sig/types.rbs', line 1485

def capacity_limits
  @capacity_limits
end

#service_environment_arn::String

Returns the value of attribute service_environment_arn.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def service_environment_arn
  @service_environment_arn
end

#service_environment_name::String

Returns the value of attribute service_environment_name.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def service_environment_name
  @service_environment_name
end

#service_environment_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_environment_type.

Returns:

  • ("SAGEMAKER_TRAINING")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def service_environment_type
  @service_environment_type
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1483
1484
1485
# File 'sig/types.rbs', line 1483

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1484
1485
1486
# File 'sig/types.rbs', line 1484

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1486
1487
1488
# File 'sig/types.rbs', line 1486

def tags
  @tags
end