package Paws::SecretsManager::RemoveRegionsFromReplicationResponse; use Moose; has ARN => (is => 'ro', isa => 'Str'); has ReplicationStatus => (is => 'ro', isa => 'ArrayRef[Paws::SecretsManager::ReplicationStatusType]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SecretsManager::RemoveRegionsFromReplicationResponse =head1 ATTRIBUTES =head2 ARN => Str The secret C removed from replication regions. =head2 ReplicationStatus => ArrayRef[L] Describes the remaining replication status after you remove regions from the replication list. =head2 _request_id => Str =cut 1;