AWSIoTListSecurityProfilesResponse

Objective-C

@interface AWSIoTListSecurityProfilesResponse

Swift

class AWSIoTListSecurityProfilesResponse
  • A token that can be used to retrieve the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • A list of security profile identifiers (names and ARNs).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTSecurityProfileIdentifier *> *_Nullable securityProfileIdentifiers;

    Swift

    var securityProfileIdentifiers: [AWSIoTSecurityProfileIdentifier]? { get set }