Class: Aws::Lightsail::Types::CreateCloudFormationStackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::InstanceEntry>

An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.

Returns:



3022
3023
3024
3025
3026
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3022

class CreateCloudFormationStackRequest < Struct.new(
  :instances)
  SENSITIVE = []
  include Aws::Structure
end