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:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1504
1505
1506
# File 'sig/types.rbs', line 1504

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



1505
1506
1507
# File 'sig/types.rbs', line 1505

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



1507
1508
1509
# File 'sig/types.rbs', line 1507

def tags
  @tags
end