Method: Aws::SecretsManager::Types::PutResourcePolicyResponse#arn
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
#arn ⇒ String
The ARN of the secret.
1391 1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1391 class PutResourcePolicyResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |