Class: Aws::Types::FulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentOption
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AmazonMachineImageFulfillmentOption, ApiFulfillmentOption, CloudFormationFulfillmentOption, ContainerFulfillmentOption, DataExchangeFulfillmentOption, Ec2ImageBuilderComponentFulfillmentOption, EksAddOnFulfillmentOption, HelmFulfillmentOption, ProfessionalServicesFulfillmentOption, SaasFulfillmentOption, SageMakerAlgorithmFulfillmentOption, SageMakerModelFulfillmentOption, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_machine_image_fulfillment_option ⇒ Types::AmazonMachineImageFulfillmentOption
Returns the value of attribute amazon_machine_image_fulfillment_option.
-
#api_fulfillment_option ⇒ Types::ApiFulfillmentOption
Returns the value of attribute api_fulfillment_option.
-
#cloud_formation_fulfillment_option ⇒ Types::CloudFormationFulfillmentOption
Returns the value of attribute cloud_formation_fulfillment_option.
-
#container_fulfillment_option ⇒ Types::ContainerFulfillmentOption
Returns the value of attribute container_fulfillment_option.
-
#data_exchange_fulfillment_option ⇒ Types::DataExchangeFulfillmentOption
Returns the value of attribute data_exchange_fulfillment_option.
-
#ec2_image_builder_component_fulfillment_option ⇒ Types::Ec2ImageBuilderComponentFulfillmentOption
Returns the value of attribute ec2_image_builder_component_fulfillment_option.
-
#eks_add_on_fulfillment_option ⇒ Types::EksAddOnFulfillmentOption
Returns the value of attribute eks_add_on_fulfillment_option.
-
#helm_fulfillment_option ⇒ Types::HelmFulfillmentOption
Returns the value of attribute helm_fulfillment_option.
-
#professional_services_fulfillment_option ⇒ Types::ProfessionalServicesFulfillmentOption
Returns the value of attribute professional_services_fulfillment_option.
-
#saas_fulfillment_option ⇒ Types::SaasFulfillmentOption
Returns the value of attribute saas_fulfillment_option.
-
#sage_maker_algorithm_fulfillment_option ⇒ Types::SageMakerAlgorithmFulfillmentOption
Returns the value of attribute sage_maker_algorithm_fulfillment_option.
-
#sage_maker_model_fulfillment_option ⇒ Types::SageMakerModelFulfillmentOption
Returns the value of attribute sage_maker_model_fulfillment_option.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#amazon_machine_image_fulfillment_option ⇒ Types::AmazonMachineImageFulfillmentOption
Returns the value of attribute amazon_machine_image_fulfillment_option.
201 202 203 |
# File 'sig/types.rbs', line 201 def amazon_machine_image_fulfillment_option @amazon_machine_image_fulfillment_option end |
#api_fulfillment_option ⇒ Types::ApiFulfillmentOption
Returns the value of attribute api_fulfillment_option.
202 203 204 |
# File 'sig/types.rbs', line 202 def api_fulfillment_option @api_fulfillment_option end |
#cloud_formation_fulfillment_option ⇒ Types::CloudFormationFulfillmentOption
Returns the value of attribute cloud_formation_fulfillment_option.
203 204 205 |
# File 'sig/types.rbs', line 203 def cloud_formation_fulfillment_option @cloud_formation_fulfillment_option end |
#container_fulfillment_option ⇒ Types::ContainerFulfillmentOption
Returns the value of attribute container_fulfillment_option.
204 205 206 |
# File 'sig/types.rbs', line 204 def container_fulfillment_option @container_fulfillment_option end |
#data_exchange_fulfillment_option ⇒ Types::DataExchangeFulfillmentOption
Returns the value of attribute data_exchange_fulfillment_option.
208 209 210 |
# File 'sig/types.rbs', line 208 def data_exchange_fulfillment_option @data_exchange_fulfillment_option end |
#ec2_image_builder_component_fulfillment_option ⇒ Types::Ec2ImageBuilderComponentFulfillmentOption
Returns the value of attribute ec2_image_builder_component_fulfillment_option.
207 208 209 |
# File 'sig/types.rbs', line 207 def ec2_image_builder_component_fulfillment_option @ec2_image_builder_component_fulfillment_option end |
#eks_add_on_fulfillment_option ⇒ Types::EksAddOnFulfillmentOption
Returns the value of attribute eks_add_on_fulfillment_option.
206 207 208 |
# File 'sig/types.rbs', line 206 def eks_add_on_fulfillment_option @eks_add_on_fulfillment_option end |
#helm_fulfillment_option ⇒ Types::HelmFulfillmentOption
Returns the value of attribute helm_fulfillment_option.
205 206 207 |
# File 'sig/types.rbs', line 205 def helm_fulfillment_option @helm_fulfillment_option end |
#professional_services_fulfillment_option ⇒ Types::ProfessionalServicesFulfillmentOption
Returns the value of attribute professional_services_fulfillment_option.
209 210 211 |
# File 'sig/types.rbs', line 209 def professional_services_fulfillment_option @professional_services_fulfillment_option end |
#saas_fulfillment_option ⇒ Types::SaasFulfillmentOption
Returns the value of attribute saas_fulfillment_option.
210 211 212 |
# File 'sig/types.rbs', line 210 def saas_fulfillment_option @saas_fulfillment_option end |
#sage_maker_algorithm_fulfillment_option ⇒ Types::SageMakerAlgorithmFulfillmentOption
Returns the value of attribute sage_maker_algorithm_fulfillment_option.
211 212 213 |
# File 'sig/types.rbs', line 211 def sage_maker_algorithm_fulfillment_option @sage_maker_algorithm_fulfillment_option end |
#sage_maker_model_fulfillment_option ⇒ Types::SageMakerModelFulfillmentOption
Returns the value of attribute sage_maker_model_fulfillment_option.
212 213 214 |
# File 'sig/types.rbs', line 212 def sage_maker_model_fulfillment_option @sage_maker_model_fulfillment_option end |
#unknown ⇒ Object
Returns the value of attribute unknown.
213 214 215 |
# File 'sig/types.rbs', line 213 def unknown @unknown end |