PolicyAttachment

public struct PolicyAttachment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ObjectIdentifier that is associated with PolicyAttachment.

    Declaration

    Swift

    public let objectIdentifier: String?
  • The ID of PolicyAttachment.

    Declaration

    Swift

    public let policyId: String?
  • The type of policy that can be associated with PolicyAttachment.

    Declaration

    Swift

    public let policyType: String?
  • Undocumented

    Declaration

    Swift

    public init(objectIdentifier: String? = nil, policyId: String? = nil, policyType: String? = nil)