GetResourcePolicyRequest

public struct GetResourcePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the AWS Glue resource for the resource policy to be retrieved. For more information about AWS Glue resource ARNs, see the AWS Glue ARN string pattern

    Declaration

    Swift

    public let resourceArn: String?
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws