Class: Aws::Types::RevokeSignatureRequest

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:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def job_id
  @job_id
end

#job_owner::String

Returns the value of attribute job_owner.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def job_owner
  @job_owner
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def reason
  @reason
end