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)


89
90
91
# File 'sig/types.rbs', line 89

def compute_environment_arn
  @compute_environment_arn
end

#compute_environment_name::String

Returns the value of attribute compute_environment_name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def compute_environment_name
  @compute_environment_name
end

#compute_resourcesTypes::ComputeResource

Returns the value of attribute compute_resources.



97
98
99
# File 'sig/types.rbs', line 97

def compute_resources
  @compute_resources
end

#container_orchestration_type"ECS", "EKS"

Returns the value of attribute container_orchestration_type.

Returns:

  • ("ECS", "EKS")


101
102
103
# File 'sig/types.rbs', line 101

def container_orchestration_type
  @container_orchestration_type
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def context
  @context
end

#ecs_cluster_arn::String

Returns the value of attribute ecs_cluster_arn.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def ecs_cluster_arn
  @ecs_cluster_arn
end

#eks_configurationTypes::EksConfiguration

Returns the value of attribute eks_configuration.



100
101
102
# File 'sig/types.rbs', line 100

def eks_configuration
  @eks_configuration
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


94
95
96
# File 'sig/types.rbs', line 94

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


95
96
97
# File 'sig/types.rbs', line 95

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


92
93
94
# File 'sig/types.rbs', line 92

def tags
  @tags
end

#type"MANAGED", "UNMANAGED"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "UNMANAGED")


93
94
95
# File 'sig/types.rbs', line 93

def type
  @type
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


90
91
92
# File 'sig/types.rbs', line 90

def unmanagedv_cpus
  @unmanagedv_cpus
end

#update_policyTypes::UpdatePolicy

Returns the value of attribute update_policy.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def update_policy
  @update_policy
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def uuid
  @uuid
end