Class: Aws::EC2::Types::StopInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::StopInstancesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stopping_instances ⇒ Array<Types::InstanceStateChange>
Information about the stopped instances.
Instance Attribute Details
#stopping_instances ⇒ Array<Types::InstanceStateChange>
Information about the stopped instances.
67640 67641 67642 67643 67644 |
# File 'lib/aws-sdk-ec2/types.rb', line 67640 class StopInstancesResult < Struct.new( :stopping_instances) SENSITIVE = [] include Aws::Structure end |