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

#capacity_provider_arn::String

Returns the value of attribute capacity_provider_arn.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def capacity_provider_arn
  @capacity_provider_arn
end

#capacity_provider_scaling_configTypes::CapacityProviderScalingConfig

Returns the value of attribute capacity_provider_scaling_config.



143
144
145
# File 'sig/types.rbs', line 143

def capacity_provider_scaling_config
  @capacity_provider_scaling_config
end

#instance_requirementsTypes::InstanceRequirements

Returns the value of attribute instance_requirements.



142
143
144
# File 'sig/types.rbs', line 142

def instance_requirements
  @instance_requirements
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


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

def kms_key_arn
  @kms_key_arn
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


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

def last_modified
  @last_modified
end

#permissions_configTypes::CapacityProviderPermissionsConfig

Returns the value of attribute permissions_config.



141
142
143
# File 'sig/types.rbs', line 141

def permissions_config
  @permissions_config
end

#propagate_tagsTypes::PropagateTags

Returns the value of attribute propagate_tags.



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

def propagate_tags
  @propagate_tags
end

#state"Pending", ...

Returns the value of attribute state.

Returns:

  • ("Pending", "Active", "Failed", "Deleting")


139
140
141
# File 'sig/types.rbs', line 139

def state
  @state
end

#telemetry_configTypes::CapacityProviderTelemetryConfig

Returns the value of attribute telemetry_config.



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

def telemetry_config
  @telemetry_config
end

#vpc_configTypes::CapacityProviderVpcConfig

Returns the value of attribute vpc_config.



140
141
142
# File 'sig/types.rbs', line 140

def vpc_config
  @vpc_config
end