DeleteThemeResponse

public struct DeleteThemeResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let arn: String?
  • 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?
  • An ID for the theme.

    Declaration

    Swift

    public let themeId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, requestId: String? = nil, status: Int? = nil, themeId: String? = nil)