Class: Aws::Types::FulfillmentOption

Inherits:
Object
  • Object
show all
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 =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_machine_image_fulfillment_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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_optionTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


213
214
215
# File 'sig/types.rbs', line 213

def unknown
  @unknown
end