Class: Aws::SecretsManager::Types::UpdateSecretVersionStageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret that was updated.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2360

class UpdateSecretVersionStageResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the secret that was updated.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2360

class UpdateSecretVersionStageResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end