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

The ARN of the primary secret.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1502

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

#replication_statusArray<Types::ReplicationStatusType>

The status of replication.

Returns:



1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1502

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