Class: Aws::Types::AmazonMachineImageFulfillmentOption

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)


21
22
23
# File 'sig/types.rbs', line 21

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def fulfillment_option_id
  @fulfillment_option_id
end

#fulfillment_option_name::String

Returns the value of attribute fulfillment_option_name.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

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


20
21
22
# File 'sig/types.rbs', line 20

def fulfillment_option_type
  @fulfillment_option_type
end

#fulfillment_option_version::String

Returns the value of attribute fulfillment_option_version.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def fulfillment_option_version
  @fulfillment_option_version
end

#operating_systems::Array[Types::AmazonMachineImageOperatingSystem]

Returns the value of attribute operating_systems.



22
23
24
# File 'sig/types.rbs', line 22

def operating_systems
  @operating_systems
end

#recommendationTypes::AmazonMachineImageRecommendation

Returns the value of attribute recommendation.



23
24
25
# File 'sig/types.rbs', line 23

def recommendation
  @recommendation
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def release_notes
  @release_notes
end

#usage_instructions::String

Returns the value of attribute usage_instructions.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def usage_instructions
  @usage_instructions
end