Class: Aws::Types::DeployTargetEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contextTypes::DeployTargetEventContext

Returns the value of attribute context.



429
430
431
# File 'sig/types.rbs', line 429

def context
  @context
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


428
429
430
# File 'sig/types.rbs', line 428

def end_time
  @end_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def name
  @name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


427
428
429
# File 'sig/types.rbs', line 427

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def status
  @status
end