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)


1528
1529
1530
1531
1532
1533
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1528

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

#replication_statusArray<Types::ReplicationStatusType>

The status of replication.

Returns:



1528
1529
1530
1531
1532
1533
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1528

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