Class: Aws::RedshiftServerless::Types::ResourcePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ResourcePolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
The resource policy object. Currently, you can use policies to share snapshots across Amazon Web Services accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource policy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
Instance Attribute Details
#policy ⇒ String
The resource policy.
2330 2331 2332 2333 2334 2335 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2330 class ResourcePolicy < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
2330 2331 2332 2333 2334 2335 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2330 class ResourcePolicy < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |