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.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def delete_marker_replication @delete_marker_replication end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def destination @destination end |
#existing_object_replication ⇒ Types::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 |
#filter ⇒ Types::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.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def id @id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def prefix @prefix end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def priority @priority end |
#source_selection_criteria ⇒ Types::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.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def status @status end |