Class: Aws::Types::EnableFastLaunchRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9081
9082
9083
# File 'sig/types.rbs', line 9081

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9076
9077
9078
# File 'sig/types.rbs', line 9076

def image_id
  @image_id
end

#launch_templateTypes::FastLaunchLaunchTemplateSpecificationRequest

Returns the value of attribute launch_template.



9079
9080
9081
# File 'sig/types.rbs', line 9079

def launch_template
  @launch_template
end

#max_parallel_launches::Integer

Returns the value of attribute max_parallel_launches.

Returns:

  • (::Integer)


9080
9081
9082
# File 'sig/types.rbs', line 9080

def max_parallel_launches
  @max_parallel_launches
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


9077
9078
9079
# File 'sig/types.rbs', line 9077

def resource_type
  @resource_type
end

#snapshot_configurationTypes::FastLaunchSnapshotConfigurationRequest

Returns the value of attribute snapshot_configuration.



9078
9079
9080
# File 'sig/types.rbs', line 9078

def snapshot_configuration
  @snapshot_configuration
end