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.
4010 4011 4012 4013 4014 4015 4016 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4010 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
4010 4011 4012 4013 4014 4015 4016 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4010 class ResourcePolicy < Struct.new( :resource_arn, :revision, :document) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The current revision of the resource policy.
4010 4011 4012 4013 4014 4015 4016 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4010 class ResourcePolicy < Struct.new( :resource_arn, :revision, :document) SENSITIVE = [] include Aws::Structure end |