Class: Aws::Types::OperationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def domain_name
  @domain_name
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def last_updated_date
  @last_updated_date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def message
  @message
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def operation_id
  @operation_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "ERROR", "SUCCESSFUL", "FAILED")


386
387
388
# File 'sig/types.rbs', line 386

def status
  @status
end

#status_flag"PENDING_ACCEPTANCE", ...

Returns the value of attribute status_flag.

Returns:

  • ("PENDING_ACCEPTANCE", "PENDING_CUSTOMER_ACTION", "PENDING_AUTHORIZATION", "PENDING_PAYMENT_VERIFICATION", "PENDING_SUPPORT_CASE")


391
392
393
# File 'sig/types.rbs', line 391

def status_flag
  @status_flag
end

#submitted_date::Time

Returns the value of attribute submitted_date.

Returns:

  • (::Time)


388
389
390
# File 'sig/types.rbs', line 388

def 
  @submitted_date
end

#type"REGISTER_DOMAIN", ...

Returns the value of attribute type.

Returns:

  • ("REGISTER_DOMAIN", "DELETE_DOMAIN", "TRANSFER_IN_DOMAIN", "UPDATE_DOMAIN_CONTACT", "UPDATE_NAMESERVER", "CHANGE_PRIVACY_PROTECTION", "DOMAIN_LOCK", "ENABLE_AUTORENEW", "DISABLE_AUTORENEW", "ADD_DNSSEC", "REMOVE_DNSSEC", "EXPIRE_DOMAIN", "TRANSFER_OUT_DOMAIN", "CHANGE_DOMAIN_OWNER", "RENEW_DOMAIN", "PUSH_DOMAIN", "INTERNAL_TRANSFER_OUT_DOMAIN", "INTERNAL_TRANSFER_IN_DOMAIN", "RELEASE_TO_GANDI", "TRANSFER_ON_RENEW", "RESTORE_DOMAIN")


387
388
389
# File 'sig/types.rbs', line 387

def type
  @type
end