Class: Aws::Types::RestoreFromRecoveryPointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maintain_integrationBoolean

Returns the value of attribute maintain_integration.

Returns:

  • (Boolean)


797
798
799
# File 'sig/types.rbs', line 797

def maintain_integration
  @maintain_integration
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def namespace_name
  @namespace_name
end

#recovery_point_id::String

Returns the value of attribute recovery_point_id.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def recovery_point_id
  @recovery_point_id
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def workgroup_name
  @workgroup_name
end