DescribeIndexFieldsRequest

public struct DescribeIndexFieldsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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
  • A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

    Declaration

    Swift

    public let fieldNames: [String]?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws