Class: Aws::Macie2::Types::ReplicationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Provides information about settings that define whether one or more objects in an S3 bucket are replicated to S3 buckets for other Amazon Web Services accounts and, if so, which accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replicatedBoolean

Returns:

  • (Boolean)


5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-macie2/types.rb', line 5103

class ReplicationDetails < Struct.new(
  :replicated,
  :replicated_externally,
  :replication_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#replicated_externallyBoolean

Returns:

  • (Boolean)


5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-macie2/types.rb', line 5103

class ReplicationDetails < Struct.new(
  :replicated,
  :replicated_externally,
  :replication_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#replication_accountsArray<String>

Returns:

  • (Array<String>)


5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-macie2/types.rb', line 5103

class ReplicationDetails < Struct.new(
  :replicated,
  :replicated_externally,
  :replication_accounts)
  SENSITIVE = []
  include Aws::Structure
end