Class: Aws::Lightsail::Types::CreateCloudFormationStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateCloudFormationStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::InstanceEntry>
An array of parameters that will be used to create the new Amazon EC2 instance.
Instance Attribute Details
#instances ⇒ Array<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.
3021 3022 3023 3024 3025 |
# File 'lib/aws-sdk-lightsail/types.rb', line 3021 class CreateCloudFormationStackRequest < Struct.new( :instances) SENSITIVE = [] include Aws::Structure end |