GetPermissionPolicyResponse

public struct GetPermissionPolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IAM policy attached to the specified RuleGroup.

    Declaration

    Swift

    public let policy: String?
  • Undocumented

    Declaration

    Swift

    public init(policy: String? = nil)