Class: Aws::Types::ComputeEnvironmentDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment_arn::String

Returns the value of attribute compute_environment_arn.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def compute_environment_arn
  @compute_environment_arn
end

#compute_environment_name::String

Returns the value of attribute compute_environment_name.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def compute_environment_name
  @compute_environment_name
end

#compute_resourcesTypes::ComputeResource

Returns the value of attribute compute_resources.



122
123
124
# File 'sig/types.rbs', line 122

def compute_resources
  @compute_resources
end

#container_orchestration_type"ECS", "EKS"

Returns the value of attribute container_orchestration_type.

Returns:

  • ("ECS", "EKS")


126
127
128
# File 'sig/types.rbs', line 126

def container_orchestration_type
  @container_orchestration_type
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def context
  @context
end

#ecs_cluster_arn::String

Returns the value of attribute ecs_cluster_arn.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def ecs_cluster_arn
  @ecs_cluster_arn
end

#ecs_settingsTypes::EcsSettings

Returns the value of attribute ecs_settings.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def ecs_settings
  @ecs_settings
end

#eks_configurationTypes::EksConfiguration

Returns the value of attribute eks_configuration.



125
126
127
# File 'sig/types.rbs', line 125

def eks_configuration
  @eks_configuration
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


119
120
121
# File 'sig/types.rbs', line 119

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


120
121
122
# File 'sig/types.rbs', line 120

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


117
118
119
# File 'sig/types.rbs', line 117

def tags
  @tags
end

#type"MANAGED", "UNMANAGED"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "UNMANAGED")


118
119
120
# File 'sig/types.rbs', line 118

def type
  @type
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


115
116
117
# File 'sig/types.rbs', line 115

def unmanagedv_cpus
  @unmanagedv_cpus
end

#update_policyTypes::UpdatePolicy

Returns the value of attribute update_policy.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def update_policy
  @update_policy
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def uuid
  @uuid
end