Class: Aws::Types::ComputeResourceUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"BEST_FIT_PROGRESSIVE", ...

Returns the value of attribute allocation_strategy.

Returns:

  • ("BEST_FIT_PROGRESSIVE", "BEST_FIT_PROGRESSIVE_ORDERED", "SPOT_CAPACITY_OPTIMIZED", "SPOT_PRICE_CAPACITY_OPTIMIZED", "SPOT_CAPACITY_OPTIMIZED_PRIORITIZED")


150
151
152
# File 'sig/types.rbs', line 150

def allocation_strategy
  @allocation_strategy
end

#bid_percentage::Integer

Returns the value of attribute bid_percentage.

Returns:

  • (::Integer)


156
157
158
# File 'sig/types.rbs', line 156

def bid_percentage
  @bid_percentage
end

#capacity_tags::Hash[::String, ::String]

Returns the value of attribute capacity_tags.

Returns:

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


164
165
166
# File 'sig/types.rbs', line 164

def capacity_tags
  @capacity_tags
end

#desiredv_cpus::Integer

Returns the value of attribute desiredv_cpus.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def desiredv_cpus
  @desiredv_cpus
end

#ec2_configuration::Array[Types::Ec2Configuration]

Returns the value of attribute ec2_configuration.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def ec2_configuration
  @ec2_configuration
end

#ec2_key_pair::String

Returns the value of attribute ec2_key_pair.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def ec2_key_pair
  @ec2_key_pair
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def image_id
  @image_id
end

#instance_role::String

Returns the value of attribute instance_role.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def instance_role
  @instance_role
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


151
152
153
# File 'sig/types.rbs', line 151

def instance_types
  @instance_types
end

#launch_templateTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template.



157
158
159
# File 'sig/types.rbs', line 157

def launch_template
  @launch_template
end

#managed_instances_providerTypes::UpdateManagedInstancesProviderConfiguration

Returns the value of attribute managed_instances_provider.



163
164
165
# File 'sig/types.rbs', line 163

def managed_instances_provider
  @managed_instances_provider
end

#maxv_cpus::Integer

Returns the value of attribute maxv_cpus.

Returns:

  • (::Integer)


146
147
148
# File 'sig/types.rbs', line 146

def maxv_cpus
  @maxv_cpus
end

#minv_cpus::Integer

Returns the value of attribute minv_cpus.

Returns:

  • (::Integer)


145
146
147
# File 'sig/types.rbs', line 145

def minv_cpus
  @minv_cpus
end

#placement_group::String

Returns the value of attribute placement_group.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def placement_group
  @placement_group
end

#scaling_policyTypes::ComputeScalingPolicy

Returns the value of attribute scaling_policy.



162
163
164
# File 'sig/types.rbs', line 162

def scaling_policy
  @scaling_policy
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


149
150
151
# File 'sig/types.rbs', line 149

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


148
149
150
# File 'sig/types.rbs', line 148

def subnets
  @subnets
end

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

Returns the value of attribute tags.

Returns:

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


154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end

#type"EC2", ...

Returns the value of attribute type.

Returns:

  • ("EC2", "SPOT", "FARGATE", "FARGATE_SPOT", "ECS_MANAGED_INSTANCES")


160
161
162
# File 'sig/types.rbs', line 160

def type
  @type
end

#update_to_latest_image_versionBoolean

Returns the value of attribute update_to_latest_image_version.

Returns:

  • (Boolean)


159
160
161
# File 'sig/types.rbs', line 159

def update_to_latest_image_version
  @update_to_latest_image_version
end