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.



2711
2712
2713
# File 'sig/types.rbs', line 2711

def delete_marker_replication
  @delete_marker_replication
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



2710
2711
2712
# File 'sig/types.rbs', line 2710

def destination
  @destination
end

#existing_object_replicationTypes::ExistingObjectReplication

Returns the value of attribute existing_object_replication.



2709
2710
2711
# File 'sig/types.rbs', line 2709

def existing_object_replication
  @existing_object_replication
end

#filterTypes::ReplicationRuleFilter

Returns the value of attribute filter.



2706
2707
2708
# File 'sig/types.rbs', line 2706

def filter
  @filter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2703
2704
2705
# File 'sig/types.rbs', line 2703

def id
  @id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


2705
2706
2707
# File 'sig/types.rbs', line 2705

def prefix
  @prefix
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2704
2705
2706
# File 'sig/types.rbs', line 2704

def priority
  @priority
end

#source_selection_criteriaTypes::SourceSelectionCriteria

Returns the value of attribute source_selection_criteria.



2708
2709
2710
# File 'sig/types.rbs', line 2708

def source_selection_criteria
  @source_selection_criteria
end

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


2707
2708
2709
# File 'sig/types.rbs', line 2707

def status
  @status
end