Class: Aws::Types::UpdateReplicationSetAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AddRegionAction, DeleteRegionAction, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_region_action ⇒ Types::AddRegionAction

Returns the value of attribute add_region_action.



757
758
759
# File 'sig/types.rbs', line 757

def add_region_action
  @add_region_action
end

#delete_region_action ⇒ Types::DeleteRegionAction

Returns the value of attribute delete_region_action.



758
759
760
# File 'sig/types.rbs', line 758

def delete_region_action
  @delete_region_action
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


759
760
761
# File 'sig/types.rbs', line 759

def unknown
  @unknown
end