Class: Aws::Types::DomainMaintenanceDetails

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


1079
1080
1081
# File 'sig/types.rbs', line 1079

def action
  @action
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def domain_name
  @domain_name
end

#maintenance_id::String

Returns the value of attribute maintenance_id.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def maintenance_id
  @maintenance_id
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def node_id
  @node_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1081
1082
1083
# File 'sig/types.rbs', line 1081

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def status_message
  @status_message
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def updated_at
  @updated_at
end