Class: Aws::CodeBuild::Types::PutResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::PutResourcePolicyInput
- Defined in:
- gems/aws-sdk-codebuild/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
orReportGroup
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.
5166 5167 5168 5169 5170 5171 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5166 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.
5166 5167 5168 5169 5170 5171 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5166 class PutResourcePolicyInput < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |