Class: Aws::Types::DataExchangeFulfillmentOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_artifacts::Array[Types::DataArtifact]

Returns the value of attribute data_artifacts.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def data_artifacts
  @data_artifacts
end

#fulfillment_option_display_name::String

Returns the value of attribute fulfillment_option_display_name.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

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


130
131
132
# File 'sig/types.rbs', line 130

def fulfillment_option_type
  @fulfillment_option_type
end