Class: Aws::CodeBuild::Types::PutResourcePolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

A JSON-formatted resource policy. For more information, see Sharing a Project and Sharing a Report Group in the CodeBuild User Guide.

Returns:

  • (String)


4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4768

class PutResourcePolicyInput < Struct.new(
  :policy,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the Project or ReportGroup resource you want to associate with a resource policy.

Returns:

  • (String)


4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4768

class PutResourcePolicyInput < Struct.new(
  :policy,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end