Class: Aws::EC2::Types::StartInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::StartInstancesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#starting_instances ⇒ Array<Types::InstanceStateChange>
Information about the started instances.
Instance Attribute Details
#starting_instances ⇒ Array<Types::InstanceStateChange>
Information about the started instances.
67377 67378 67379 67380 67381 |
# File 'lib/aws-sdk-ec2/types.rb', line 67377 class StartInstancesResult < Struct.new( :starting_instances) SENSITIVE = [] include Aws::Structure end |