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.
4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4955 class PutResourcePolicyOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |