DescribeThemeResponse
public struct DescribeThemeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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 information about the theme that you are describing.
Declaration
Swift
public let theme: Theme? -
Undocumented
Declaration
Swift
public init(requestId: String? = nil, status: Int? = nil, theme: Theme? = nil)
View on GitHub
DescribeThemeResponse Structure Reference