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

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 primary secret.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1580

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

#replication_statusArray<Types::ReplicationStatusType>

The status of replication.

Returns:



1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1580

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