Class: Aws::CodeBuild::Types::GetResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::GetResourcePolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource policy for the resource identified by the input ARN parameter.
Instance Attribute Details
#policy ⇒ String
The resource policy for the resource identified by the input ARN parameter.
2782 2783 2784 2785 2786 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2782 class GetResourcePolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |