Class: Aws::CodeBuild::Types::PutResourcePolicyOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::PutResourcePolicyOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the ‘Project` or `ReportGroup` resource that is associated with a resource policy.
 
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the ‘Project` or `ReportGroup` resource that is associated with a resource policy.
      5168 5169 5170 5171 5172  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 5168 class PutResourcePolicyOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end  |