Class: Aws::Types::GetOperationDetailResponse

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)


306
307
308
# File 'sig/types.rbs', line 306

def domain_name
  @domain_name
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


309
310
311
# File 'sig/types.rbs', line 309

def last_updated_date
  @last_updated_date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def message
  @message
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def operation_id
  @operation_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


304
305
306
# File 'sig/types.rbs', line 304

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")


310
311
312
# File 'sig/types.rbs', line 310

def status_flag
  @status_flag
end

#submitted_date::Time

Returns the value of attribute submitted_date.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

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")


307
308
309
# File 'sig/types.rbs', line 307

def type
  @type
end