UpdateThemeResponse
public struct UpdateThemeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the theme.
Declaration
Swift
public let arn: String? -
The creation status of the theme.
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 for the theme.
Declaration
Swift
public let themeId: String? -
The Amazon Resource Name (ARN) for the new version of the 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)
View on GitHub
UpdateThemeResponse Structure Reference