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.
2722 2723 2724 2725 2726 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2722 class GetResourcePolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |