Class: Aws::Types::ActionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_arn::String

Returns the value of attribute action_arn.

Returns:

  • (::String)


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

def action_arn
  @action_arn
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


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

def action_name
  @action_name
end

#action_type::String

Returns the value of attribute action_type.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def action_type
  @action_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


287
288
289
# File 'sig/types.rbs', line 287

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


288
289
290
# File 'sig/types.rbs', line 288

def last_modified_time
  @last_modified_time
end

#sourceTypes::ActionSource

Returns the value of attribute source.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def source
  @source
end

#status"Unknown", ...

Returns the value of attribute status.

Returns:

  • ("Unknown", "InProgress", "Completed", "Failed", "Stopping", "Stopped")


286
287
288
# File 'sig/types.rbs', line 286

def status
  @status
end