AWSEC2StopInstancesResult
Objective-C
@interface AWSEC2StopInstancesResult
Swift
class AWSEC2StopInstancesResult
-
Information about the stopped instances.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2InstanceStateChange *> *_Nullable stoppingInstances;
Swift
var stoppingInstances: [AWSEC2InstanceStateChange]? { get set }