Class: Aws::Types::StartRecoveryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#is_drillBoolean

Returns the value of attribute is_drill.

Returns:

  • (Boolean)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def is_drill
  @is_drill
end

#source_servers::Array[Types::StartRecoveryRequestSourceServer]

Returns the value of attribute source_servers.



1324
1325
1326
# File 'sig/types.rbs', line 1324

def source_servers
  @source_servers
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1326
1327
1328
# File 'sig/types.rbs', line 1326

def tags
  @tags
end