Class: Aws::Types::DomainMaintenanceDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#action"REBOOT_NODE", ...

Returns the value of attribute action.



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

def action
  @action
end

#created_at::Time

Returns the value of attribute created_at.



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.



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.



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.



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

def node_id
  @node_id
end

#status"PENDING", ...

Returns the value of attribute status.



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

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.



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.



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

def updated_at
  @updated_at
end