Method: Aws::Redshift::Types::ResourcePolicy#resource_arn
- Defined in:
- lib/aws-sdk-redshift/types.rb
#resource_arn ⇒ String
The resources that a policy is attached to.
10517 10518 10519 10520 10521 10522 |
# File 'lib/aws-sdk-redshift/types.rb', line 10517 class ResourcePolicy < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |