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.
4899 4900 4901 4902 4903 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4899 class PutResourcePolicyOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |