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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret with the staging label that was modified.

Returns:

  • (String)


2209
2210
2211
2212
2213
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2209

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

#nameString

The friendly name of the secret with the staging label that was modified.

Returns:

  • (String)


2209
2210
2211
2212
2213
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2209

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