Class: Aws::Types::GetDomainMaintenanceStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"REBOOT_NODE", ...

Returns the value of attribute action.

Returns:

  • ("REBOOT_NODE", "RESTART_SEARCH_PROCESS", "RESTART_DASHBOARD")


1327
1328
1329
# File 'sig/types.rbs', line 1327

def action
  @action
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def created_at
  @created_at
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def node_id
  @node_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1324
1325
1326
# File 'sig/types.rbs', line 1324

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def status_message
  @status_message
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def updated_at
  @updated_at
end