PutContainerPolicyInput

public struct PutContainerPolicyInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the container.

    Declaration

    Swift

    public let containerName: String
  • The contents of the policy, which includes the following: One Version tag One Statement tag that contains the standard tags for the policy.

    Declaration

    Swift

    public let policy: String
  • Undocumented

    Declaration

    Swift

    public init(containerName: String, policy: String)
  • Declaration

    Swift

    public func validate(name: String) throws