Class: Aws::Types::ReplicationRule
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#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
#bucket ⇒ ::String
Returns the value of attribute bucket.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def bucket @bucket end |
#delete_marker_replication ⇒ Types::DeleteMarkerReplication
Returns the value of attribute delete_marker_replication.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def delete_marker_replication @delete_marker_replication end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def destination @destination end |
#existing_object_replication ⇒ Types::ExistingObjectReplication
Returns the value of attribute existing_object_replication.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def existing_object_replication @existing_object_replication end |
#filter ⇒ Types::ReplicationRuleFilter
Returns the value of attribute filter.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def id @id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def prefix @prefix end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def priority @priority end |
#source_selection_criteria ⇒ Types::SourceSelectionCriteria
Returns the value of attribute source_selection_criteria.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def source_selection_criteria @source_selection_criteria end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def status @status end |