AWSEC2CreatePlacementGroupResult
Objective-C
@interface AWSEC2CreatePlacementGroupResult
Swift
class AWSEC2CreatePlacementGroupResult
-
Information about the placement group.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2PlacementGroup *_Nullable placementGroup;
Swift
var placementGroup: AWSEC2PlacementGroup? { get set }