Method: Aws::Glue::Types::GetResourcePolicyRequest#resource_arn
- Defined in:
- lib/aws-sdk-glue/types.rb
#resource_arn ⇒ String
The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use ‘GetResourcePolicies` to view all existing resource policies. For more information see [Specifying Glue Resource ARNs].
[1]: docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html
14151 14152 14153 14154 14155 |
# File 'lib/aws-sdk-glue/types.rb', line 14151 class GetResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |