AttachedPolicy

public struct AttachedPolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let policyArn: String?
  • The friendly name of the attached policy.

    Declaration

    Swift

    public let policyName: String?
  • Undocumented

    Declaration

    Swift

    public init(policyArn: String? = nil, policyName: String? = nil)