Class: Aws::Types::StartDomainMaintenanceRequest

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


2281
2282
2283
# File 'sig/types.rbs', line 2281

def action
  @action
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2280
2281
2282
# File 'sig/types.rbs', line 2280

def domain_name
  @domain_name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def node_id
  @node_id
end