Class: Aws::Types::SignPayloadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def job_id
  @job_id
end

#job_owner::String

Returns the value of attribute job_owner.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def job_owner
  @job_owner
end

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

Returns the value of attribute metadata.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def 
  
end

#signature::String

Returns the value of attribute signature.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def signature
  @signature
end