Class: Aws::Types::ReportInstanceStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


16191
16192
16193
# File 'sig/types.rbs', line 16191

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16185
16186
16187
# File 'sig/types.rbs', line 16185

def dry_run
  @dry_run
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


16189
16190
16191
# File 'sig/types.rbs', line 16189

def end_time
  @end_time
end

#instances::Array[::String]

Returns the value of attribute instances.

Returns:

  • (::Array[::String])


16186
16187
16188
# File 'sig/types.rbs', line 16186

def instances
  @instances
end

#reason_codes::Array[("instance-stuck-in-state" | "unresponsive" | "not-accepting-credentials" | "password-not-available" | "performance-network" | "performance-instance-store" | "performance-ebs-volume" | "performance-other" | "other")]

Returns the value of attribute reason_codes.

Returns:

  • (::Array[("instance-stuck-in-state" | "unresponsive" | "not-accepting-credentials" | "password-not-available" | "performance-network" | "performance-instance-store" | "performance-ebs-volume" | "performance-other" | "other")])


16190
16191
16192
# File 'sig/types.rbs', line 16190

def reason_codes
  @reason_codes
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


16188
16189
16190
# File 'sig/types.rbs', line 16188

def start_time
  @start_time
end

#status"ok", "impaired"

Returns the value of attribute status.

Returns:

  • ("ok", "impaired")


16187
16188
16189
# File 'sig/types.rbs', line 16187

def status
  @status
end