Class: Aws::CodeBuild::Types::PutResourcePolicyOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the ‘Project` or `ReportGroup` resource that is associated with a resource policy.

Returns:

  • (String)


4739
4740
4741
4742
4743
# File 'lib/aws-sdk-codebuild/types.rb', line 4739

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