Class: Aws::CodeBuild::Types::GetResourcePolicyOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource policy for the resource identified by the input ARN parameter.

Returns:

  • (String)


2634
2635
2636
2637
2638
# File 'lib/aws-sdk-codebuild/types.rb', line 2634

class GetResourcePolicyOutput < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end