Class: Aws::Types::ProfessionalServicesFulfillmentOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fulfillment_option_display_name::String

Returns the value of attribute fulfillment_option_display_name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def fulfillment_option_id
  @fulfillment_option_id
end

#fulfillment_option_type"AMAZON_MACHINE_IMAGE", ...

Returns the value of attribute fulfillment_option_type.

Returns:

  • ("AMAZON_MACHINE_IMAGE", "API", "CLOUDFORMATION_TEMPLATE", "CONTAINER", "HELM", "EKS_ADD_ON", "EC2_IMAGE_BUILDER_COMPONENT", "DATA_EXCHANGE", "PROFESSIONAL_SERVICES", "SAAS", "SAGEMAKER_ALGORITHM", "SAGEMAKER_MODEL")


570
571
572
# File 'sig/types.rbs', line 570

def fulfillment_option_type
  @fulfillment_option_type
end