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

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)


1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1461

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:



1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1461

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