Class: Aws::Types::LifeCycleLastLaunchInitiated

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_time::String

Returns the value of attribute api_call_date_time.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def api_call_date_time
  @api_call_date_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def job_id
  @job_id
end

#type"RECOVERY", "DRILL"

Returns the value of attribute type.

Returns:

  • ("RECOVERY", "DRILL")


685
686
687
# File 'sig/types.rbs', line 685

def type
  @type
end