Class: Aws::Redshift::Types::ResourcePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ResourcePolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
The policy that is attached to a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The content of a resource policy.
-
#resource_arn ⇒ String
The resources that a policy is attached to.
Instance Attribute Details
#policy ⇒ String
The content of a resource policy.
10408 10409 10410 10411 10412 10413 |
# File 'lib/aws-sdk-redshift/types.rb', line 10408 class ResourcePolicy < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The resources that a policy is attached to.
10408 10409 10410 10411 10412 10413 |
# File 'lib/aws-sdk-redshift/types.rb', line 10408 class ResourcePolicy < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |