Class: Aws::SecretsManager::Types::RemoveRegionsFromReplicationResponse

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)


1467
1468
1469
1470
1471
1472
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1467

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

#replication_statusArray<Types::ReplicationStatusType>

The status of replicas for this secret after you remove Regions.

Returns:



1467
1468
1469
1470
1471
1472
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1467

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