Class: Aws::Types::CreateServiceEnvironmentRequest

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:



347
348
349
# File 'sig/types.rbs', line 347

def capacity_limits
  @capacity_limits
end

#service_environment_name::String

Returns the value of attribute service_environment_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def service_environment_name
  @service_environment_name
end

#service_environment_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_environment_type.

Returns:

  • ("SAGEMAKER_TRAINING")


345
346
347
# File 'sig/types.rbs', line 345

def service_environment_type
  @service_environment_type
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


346
347
348
# File 'sig/types.rbs', line 346

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


348
349
350
# File 'sig/types.rbs', line 348

def tags
  @tags
end