Class: Aws::Types::CloudFormationFulfillmentOption

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)


73
74
75
# File 'sig/types.rbs', line 73

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def fulfillment_option_id
  @fulfillment_option_id
end

#fulfillment_option_name::String

Returns the value of attribute fulfillment_option_name.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

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


72
73
74
# File 'sig/types.rbs', line 72

def fulfillment_option_type
  @fulfillment_option_type
end

#fulfillment_option_version::String

Returns the value of attribute fulfillment_option_version.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def fulfillment_option_version
  @fulfillment_option_version
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def release_notes
  @release_notes
end

#usage_instructions::String

Returns the value of attribute usage_instructions.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def usage_instructions
  @usage_instructions
end