Class: Aws::Types::CapacityProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_providerTypes::AutoScalingGroupProvider

Returns the value of attribute auto_scaling_group_provider.



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

def auto_scaling_group_provider
  @auto_scaling_group_provider
end

#capacity_provider_arn::String

Returns the value of attribute capacity_provider_arn.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def capacity_provider_arn
  @capacity_provider_arn
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def cluster
  @cluster
end

#managed_instances_providerTypes::ManagedInstancesProvider

Returns the value of attribute managed_instances_provider.



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

def managed_instances_provider
  @managed_instances_provider
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def name
  @name
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "ACTIVE", "DEPROVISIONING", "INACTIVE")


111
112
113
# File 'sig/types.rbs', line 111

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#type"EC2_AUTOSCALING", ...

Returns the value of attribute type.

Returns:

  • ("EC2_AUTOSCALING", "MANAGED_INSTANCES", "FARGATE", "FARGATE_SPOT")


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

def type
  @type
end

#update_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute update_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED")


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

def update_status
  @update_status
end

#update_status_reason::String

Returns the value of attribute update_status_reason.

Returns:

  • (::String)


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

def update_status_reason
  @update_status_reason
end