Class: Aws::SecretsManager::Types::ReplicateSecretToRegionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Replicate a secret based on the ‘ReplicaRegionType`> consisting of a Region(required) and a KMSKeyId (optional) which can be the ARN, KeyID, or Alias.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1602

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

#replication_statusArray<Types::ReplicationStatusType>

Describes the secret replication status as ‘PENDING`, `SUCCESS` or `FAIL`.

Returns:



1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1602

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