Class: Aws::CodeBuild::Types::GetResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::GetResourcePolicyInput
- Defined in:
- gems/aws-sdk-codebuild/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.
2991 2992 2993 2994 2995 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2991 class GetResourcePolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |