Class: Aws::Types::OperationEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#resourceTypes::Resource

Returns the value of attribute resource.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def resource
  @resource
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


423
424
425
# File 'sig/types.rbs', line 423

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


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

def status_message
  @status_message
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


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

def timestamp
  @timestamp
end