Class: Aws::SecretsManager::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::PutResourcePolicyResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret.
-
#name ⇒ String
The name of the secret.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1316 class PutResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1316 class PutResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |