EffectivePolicy

public struct EffectivePolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The policy ARN.

    Declaration

    Swift

    public let policyArn: String?
  • The IAM policy document.

    Declaration

    Swift

    public let policyDocument: String?
  • The policy name.

    Declaration

    Swift

    public let policyName: String?
  • Undocumented

    Declaration

    Swift

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