StandardsSubscription
public struct StandardsSubscription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of a standard.
Declaration
Swift
public let standardsArn: String
-
A key-value pair of input for the standard.
Declaration
Swift
public let standardsInput: [String : String]
-
The status of the standards subscription.
Declaration
Swift
public let standardsStatus: StandardsStatus
-
The ARN of a resource that represents your subscription to a supported standard.
Declaration
Swift
public let standardsSubscriptionArn: String
-
Undocumented
Declaration
Swift
public init(standardsArn: String, standardsInput: [String : String], standardsStatus: StandardsStatus, standardsSubscriptionArn: String)