AWSIoTListPoliciesResponse
Objective-C
@interface AWSIoTListPoliciesResponseSwift
class AWSIoTListPoliciesResponseThe output from the ListPolicies operation.
- 
                  
                  The marker for the next set of results, or null if there are no additional results. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextMarker;Swift var nextMarker: String? { get set }
- 
                  
                  The descriptions of the policies. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSIoTPolicy *> *_Nullable policies;Swift var policies: [AWSIoTPolicy]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTListPoliciesResponse Class Reference
        AWSIoTListPoliciesResponse Class Reference