Class: Aws::CodeBuild::Types::GetResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::GetResourcePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource that is associated with the resource policy.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource that is associated with the resource policy.
2769 2770 2771 2772 2773 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2769 class GetResourcePolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |