Class: Aws::CodeBuild::Types::DeleteResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteResourcePolicyInput
- 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.
2194 2195 2196 2197 2198 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2194 class DeleteResourcePolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |