Class: Aws::Types::DeployActionExecutionTarget

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.



419
420
421
# File 'sig/types.rbs', line 419

def end_time
  @end_time
end

#events::Array[Types::DeployTargetEvent]

Returns the value of attribute events.



420
421
422
# File 'sig/types.rbs', line 420

def events
  @events
end

#start_time::Time

Returns the value of attribute start_time.



418
419
420
# File 'sig/types.rbs', line 418

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.



417
418
419
# File 'sig/types.rbs', line 417

def status
  @status
end

#target_id::String

Returns the value of attribute target_id.



415
416
417
# File 'sig/types.rbs', line 415

def target_id
  @target_id
end

#target_type::String

Returns the value of attribute target_type.



416
417
418
# File 'sig/types.rbs', line 416

def target_type
  @target_type
end