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

#bucket::String

Returns the value of attribute bucket.

Returns:



1676
1677
1678
# File 'sig/types.rbs', line 1676

def bucket
  @bucket
end

#delete_marker_replicationTypes::DeleteMarkerReplication

Returns the value of attribute delete_marker_replication.

Returns:



1675
1676
1677
# File 'sig/types.rbs', line 1675

def delete_marker_replication
  @delete_marker_replication
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



1674
1675
1676
# File 'sig/types.rbs', line 1674

def destination
  @destination
end

#existing_object_replicationTypes::ExistingObjectReplication

Returns the value of attribute existing_object_replication.

Returns:



1673
1674
1675
# File 'sig/types.rbs', line 1673

def existing_object_replication
  @existing_object_replication
end

#filterTypes::ReplicationRuleFilter

Returns the value of attribute filter.

Returns:



1670
1671
1672
# File 'sig/types.rbs', line 1670

def filter
  @filter
end

#id::String

Returns the value of attribute id.

Returns:



1667
1668
1669
# File 'sig/types.rbs', line 1667

def id
  @id
end

#prefix::String

Returns the value of attribute prefix.

Returns:



1669
1670
1671
# File 'sig/types.rbs', line 1669

def prefix
  @prefix
end

#priority::Integer

Returns the value of attribute priority.

Returns:



1668
1669
1670
# File 'sig/types.rbs', line 1668

def priority
  @priority
end

#source_selection_criteriaTypes::SourceSelectionCriteria

Returns the value of attribute source_selection_criteria.

Returns:



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.

Returns:



1671
1672
1673
# File 'sig/types.rbs', line 1671

def status
  @status
end