Class: Aws::Types::SaasFulfillmentOption

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)


692
693
694
# File 'sig/types.rbs', line 692

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

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")


691
692
693
# File 'sig/types.rbs', line 691

def fulfillment_option_type
  @fulfillment_option_type
end

#fulfillment_url::String

Returns the value of attribute fulfillment_url.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def fulfillment_url
  @fulfillment_url
end

#usage_instructions::String

Returns the value of attribute usage_instructions.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def usage_instructions
  @usage_instructions
end