Class: Aws::Types::ReplicationRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_marker_replicationTypes::DeleteMarkerReplication

Returns the value of attribute delete_marker_replication.



2735
2736
2737
# File 'sig/types.rbs', line 2735

def delete_marker_replication
  @delete_marker_replication
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



2734
2735
2736
# File 'sig/types.rbs', line 2734

def destination
  @destination
end

#existing_object_replicationTypes::ExistingObjectReplication

Returns the value of attribute existing_object_replication.



2733
2734
2735
# File 'sig/types.rbs', line 2733

def existing_object_replication
  @existing_object_replication
end

#filterTypes::ReplicationRuleFilter

Returns the value of attribute filter.



2730
2731
2732
# File 'sig/types.rbs', line 2730

def filter
  @filter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2727
2728
2729
# File 'sig/types.rbs', line 2727

def id
  @id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


2729
2730
2731
# File 'sig/types.rbs', line 2729

def prefix
  @prefix
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2728
2729
2730
# File 'sig/types.rbs', line 2728

def priority
  @priority
end

#source_selection_criteriaTypes::SourceSelectionCriteria

Returns the value of attribute source_selection_criteria.



2732
2733
2734
# File 'sig/types.rbs', line 2732

def source_selection_criteria
  @source_selection_criteria
end

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


2731
2732
2733
# File 'sig/types.rbs', line 2731

def status
  @status
end