Class: Aws::Types::UpdateReplicationSetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ ::Array[Types::UpdateReplicationSetAction]

Returns the value of attribute actions.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def actions
  @actions
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def arn
  @arn
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def client_token
  @client_token
end