Class: Aws::CodeBuild::Types::PutResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::PutResourcePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
A JSON-formatted resource policy.
-
#resource_arn ⇒ String
The ARN of the ‘Project` or `ReportGroup` resource you want to associate with a resource policy.
Instance Attribute Details
#policy ⇒ String
A JSON-formatted resource policy. For more information, see [Sharing a Project] and [Sharing a Report Group] in the *CodeBuild User Guide*.
[1]: docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share [2]: docs.aws.amazon.com/codebuild/latest/userguide/report-groups-sharing.html#report-groups-sharing-share
4941 4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4941 class PutResourcePolicyInput < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the ‘Project` or `ReportGroup` resource you want to associate with a resource policy.
4941 4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4941 class PutResourcePolicyInput < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |