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

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


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

def create_date
  @create_date
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


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

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


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

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


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

def 
  @owner_account
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PENDING", "SUCCESS", "FAIL")


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

def status
  @status
end

#targets::Hash[("NAMESPACE" | "SERVICE" | "INSTANCE"), ::String]

Returns the value of attribute targets.

Returns:

  • (::Hash[("NAMESPACE" | "SERVICE" | "INSTANCE"), ::String])


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

def targets
  @targets
end

#type"CREATE_NAMESPACE", ...

Returns the value of attribute type.

Returns:

  • ("CREATE_NAMESPACE", "DELETE_NAMESPACE", "UPDATE_NAMESPACE", "UPDATE_SERVICE", "REGISTER_INSTANCE", "DEREGISTER_INSTANCE")


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

def type
  @type
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


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

def update_date
  @update_date
end