ActiveTrustedSigners

public struct ActiveTrustedSigners : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this distribution have active CloudFront key pairs. If not, Enabled is false.

    Declaration

    Swift

    public let enabled: Bool
  • A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.

    Declaration

    Swift

    public let items: [Signer]?
  • The number of trusted signers specified in the TrustedSigners complex type.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool, items: [Signer]? = nil, quantity: Int)