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.
2975 2976 2977 2978 2979 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2975 class GetResourcePolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |