AWSIoTDescribeEventConfigurationsResponse

Objective-C

@interface AWSIoTDescribeEventConfigurationsResponse

Swift

class AWSIoTDescribeEventConfigurationsResponse
  • The creation date of the event configuration.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The event configurations.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, AWSIoTConfiguration *> *_Nullable eventConfigurations;

    Swift

    var eventConfigurations: [String : AWSIoTConfiguration]? { get set }
  • The date the event configurations were last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: Date? { get set }