Class: Aws::Types::Operation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


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

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def id
  @id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


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

def last_updated_time
  @last_updated_time
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


410
411
412
# File 'sig/types.rbs', line 410

def properties
  @properties
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def resource_type
  @resource_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#status"INPROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("INPROGRESS", "SUCCESS", "ERROR")


408
409
410
# File 'sig/types.rbs', line 408

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def status_message
  @status_message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def type
  @type
end