Class: Aws::Types::GetRestoreJobMetadataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


1061
1062
1063
# File 'sig/types.rbs', line 1061

def 
  @metadata
end

#restore_job_id::String

Returns the value of attribute restore_job_id.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def restore_job_id
  @restore_job_id
end