AWSEC2DescribeHostsResult
Objective-C
@interface AWSEC2DescribeHostsResultSwift
class AWSEC2DescribeHostsResult- 
                  
                  Information about the Dedicated Hosts. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2Host *> *_Nullable hosts;Swift var hosts: [AWSEC2Host]? { get set }
- 
                  
                  The token to use to retrieve the next page of results. This value is nullwhen there are no more results to return.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextToken;Swift var nextToken: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2DescribeHostsResult Class Reference
        AWSEC2DescribeHostsResult Class Reference