Class: Aws::Types::FulfillmentOptionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def display_name
  @display_name
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")


245
246
247
# File 'sig/types.rbs', line 245

def fulfillment_option_type
  @fulfillment_option_type
end