Class: Aws::SecretsManager::Types::DeleteResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::DeleteResourcePolicyResponse
- Defined in:
- gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret that the resource-based policy was deleted for.
-
#name ⇒ String
The name of the secret that the resource-based policy was deleted for.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret that the resource-based policy was deleted for.
416 417 418 419 420 421 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 416 class DeleteResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret that the resource-based policy was deleted for.
416 417 418 419 420 421 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 416 class DeleteResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |