Class: Aws::CodeBuild::Types::PutResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::PutResourcePolicyOutput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the
Project
orReportGroup
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.
5180 5181 5182 5183 5184 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5180 class PutResourcePolicyOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |