CreateThemeResponse
public struct CreateThemeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) for the theme.
Declaration
Swift
public let arn: String?
-
The theme creation status.
Declaration
Swift
public let creationStatus: ResourceStatus?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
The ID of the theme.
Declaration
Swift
public let themeId: String?
-
The Amazon Resource Name (ARN) for the new theme.
Declaration
Swift
public let versionArn: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationStatus: ResourceStatus? = nil, requestId: String? = nil, status: Int? = nil, themeId: String? = nil, versionArn: String? = nil)