AWSEC2HostInstance
Objective-C
@interface AWSEC2HostInstance
                Swift
class AWSEC2HostInstance
                Describes an instance running on a Dedicated Host.
- 
                  
                  
The ID of instance that is running on the Dedicated Host.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;Swift
var instanceId: String? { get set } - 
                  
                  
The instance type (for example,
m3.medium) of the running instance.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceType;Swift
var instanceType: String? { get set } - 
                  
                  
The ID of the Amazon Web Services account that owns the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;Swift
var ownerId: String? { get set } 
View on GitHub
Install in Dash
        AWSEC2HostInstance Class Reference