GetResourcePolicyInput

public struct GetResourcePolicyInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the resource that is associated with the resource policy.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws