AWSIoTListDomainConfigurationsResponse
Objective-C
@interface AWSIoTListDomainConfigurationsResponse
Swift
class AWSIoTListDomainConfigurationsResponse
-
A list of objects that contain summary information about the user’s domain configurations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTDomainConfigurationSummary *> *_Nullable domainConfigurations;
Swift
var domainConfigurations: [AWSIoTDomainConfigurationSummary]? { get set }
-
The marker for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }