AWSIoTListDomainConfigurationsRequest

Objective-C

@interface AWSIoTListDomainConfigurationsRequest

Swift

class AWSIoTListDomainConfigurationsRequest
  • The marker for the next set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable marker;

    Swift

    var marker: String? { get set }
  • The result page size.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable pageSize;

    Swift

    var pageSize: NSNumber? { get set }
  • The type of service delivered by the endpoint.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTServiceType serviceType;

    Swift

    var serviceType: AWSIoTServiceType { get set }