CampaignSummary
public struct CampaignSummary : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Name (ARN) of the campaign. DeclarationSwift public let campaignArn: String?
- 
                  
                  The date and time (in Unix time) that the campaign was created. DeclarationSwift public let creationDateTime: TimeStamp?
- 
                  
                  If a campaign fails, the reason behind the failure. DeclarationSwift public let failureReason: String?
- 
                  
                  The date and time (in Unix time) that the campaign was last updated. DeclarationSwift public let lastUpdatedDateTime: TimeStamp?
- 
                  
                  The name of the campaign. DeclarationSwift public let name: String?
- 
                  
                  The status of the campaign. A campaign can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS DeclarationSwift public let status: String?
 View on GitHub
View on GitHub CampaignSummary Structure Reference
        CampaignSummary Structure Reference