Class: Aws::Types::CapacityProvider
- Inherits:
-
Object
- Object
- Aws::Types::CapacityProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
-
#capacity_provider_scaling_config ⇒ Types::CapacityProviderScalingConfig
Returns the value of attribute capacity_provider_scaling_config.
-
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#permissions_config ⇒ Types::CapacityProviderPermissionsConfig
Returns the value of attribute permissions_config.
-
#propagate_tags ⇒ Types::PropagateTags
Returns the value of attribute propagate_tags.
-
#state ⇒ "Pending", ...
Returns the value of attribute state.
-
#telemetry_config ⇒ Types::CapacityProviderTelemetryConfig
Returns the value of attribute telemetry_config.
-
#vpc_config ⇒ Types::CapacityProviderVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
138 139 140 |
# File 'sig/types.rbs', line 138 def capacity_provider_arn @capacity_provider_arn end |
#capacity_provider_scaling_config ⇒ Types::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_requirements ⇒ Types::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.
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.
145 146 147 |
# File 'sig/types.rbs', line 145 def last_modified @last_modified end |
#permissions_config ⇒ Types::CapacityProviderPermissionsConfig
Returns the value of attribute permissions_config.
141 142 143 |
# File 'sig/types.rbs', line 141 def @permissions_config end |
#propagate_tags ⇒ Types::PropagateTags
Returns the value of attribute propagate_tags.
146 147 148 |
# File 'sig/types.rbs', line 146 def @propagate_tags end |
#state ⇒ "Pending", ...
Returns the value of attribute state.
139 140 141 |
# File 'sig/types.rbs', line 139 def state @state end |
#telemetry_config ⇒ Types::CapacityProviderTelemetryConfig
Returns the value of attribute telemetry_config.
147 148 149 |
# File 'sig/types.rbs', line 147 def telemetry_config @telemetry_config end |
#vpc_config ⇒ Types::CapacityProviderVpcConfig
Returns the value of attribute vpc_config.
140 141 142 |
# File 'sig/types.rbs', line 140 def vpc_config @vpc_config end |