AWSEC2DescribePlacementGroupsResult
Objective-C
@interface AWSEC2DescribePlacementGroupsResult
Swift
class AWSEC2DescribePlacementGroupsResult
-
Information about the placement groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2PlacementGroup *> *_Nullable placementGroups;
Swift
var placementGroups: [AWSEC2PlacementGroup]? { get set }