AWSEC2PlacementResponse
Objective-C
@interface AWSEC2PlacementResponse
Swift
class AWSEC2PlacementResponse
Describes the placement of an instance.
-
The name of the placement group that the instance is in.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupName;
Swift
var groupName: String? { get set }