Class: Aws::Types::ReplicationRule
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_marker_replication ⇒ Types::DeleteMarkerReplication
Returns the value of attribute delete_marker_replication.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#existing_object_replication ⇒ Types::ExistingObjectReplication
Returns the value of attribute existing_object_replication.
-
#filter ⇒ Types::ReplicationRuleFilter
Returns the value of attribute filter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#source_selection_criteria ⇒ Types::SourceSelectionCriteria
Returns the value of attribute source_selection_criteria.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
Instance Attribute Details
#delete_marker_replication ⇒ Types::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 |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def destination @destination end |
#existing_object_replication ⇒ Types::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 |
#filter ⇒ Types::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.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def id @id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def prefix @prefix end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def priority @priority end |
#source_selection_criteria ⇒ Types::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.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def status @status end |