Class: Aws::SecretsManager::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::PutResourcePolicyResponse
- 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.
-
#name ⇒ String
The name of the secret.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret.
1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1386 class PutResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret.
1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1386 class PutResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |