Class: Aws::Types::Ec2ImageBuilderComponentFulfillmentOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_supported_services::Array[Types::AwsSupportedService]

Returns the value of attribute aws_supported_services.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def aws_supported_services
  @aws_supported_services
end

#fulfillment_option_display_name::String

Returns the value of attribute fulfillment_option_display_name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def fulfillment_option_id
  @fulfillment_option_id
end

#fulfillment_option_name::String

Returns the value of attribute fulfillment_option_name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

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


153
154
155
# File 'sig/types.rbs', line 153

def fulfillment_option_type
  @fulfillment_option_type
end

#fulfillment_option_version::String

Returns the value of attribute fulfillment_option_version.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def fulfillment_option_version
  @fulfillment_option_version
end

#operating_systems::Array[Types::ContainerOperatingSystem]

Returns the value of attribute operating_systems.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def operating_systems
  @operating_systems
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def release_notes
  @release_notes
end

#usage_instructions::String

Returns the value of attribute usage_instructions.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def usage_instructions
  @usage_instructions
end