DescribeAnalysisSchemesRequest

public struct DescribeAnalysisSchemesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The analysis schemes you want to describe.

    Declaration

    Swift

    public let analysisSchemeNames: [String]?
  • Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

    Declaration

    Swift

    public let deployed: Bool?
  • The name of the domain you want to describe.

    Declaration

    Swift

    public let domainName: String
  • Undocumented

    Declaration

    Swift

    public init(analysisSchemeNames: [String]? = nil, deployed: Bool? = nil, domainName: String)
  • Declaration

    Swift

    public func validate(name: String) throws