Class: Aws::CodeArtifact::Types::ResourcePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ResourcePolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
An CodeArtifact resource policy that contains a resource ARN, document details, and a revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document ⇒ String
The resource policy formatted in JSON.
-
#resource_arn ⇒ String
The ARN of the resource associated with the resource policy.
-
#revision ⇒ String
The current revision of the resource policy.
Instance Attribute Details
#document ⇒ String
The resource policy formatted in JSON.
2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2869 class ResourcePolicy < Struct.new( :resource_arn, :revision, :document) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource associated with the resource policy
2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2869 class ResourcePolicy < Struct.new( :resource_arn, :revision, :document) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The current revision of the resource policy.
2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2869 class ResourcePolicy < Struct.new( :resource_arn, :revision, :document) SENSITIVE = [] include Aws::Structure end |