Class: Aws::Types::ConfigurationRecorderStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def arn
  @arn
end

#last_error_code::String

Returns the value of attribute last_error_code.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def last_error_code
  @last_error_code
end

#last_error_message::String

Returns the value of attribute last_error_message.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def last_error_message
  @last_error_message
end

#last_start_time::Time

Returns the value of attribute last_start_time.

Returns:

  • (::Time)


359
360
361
# File 'sig/types.rbs', line 359

def last_start_time
  @last_start_time
end

#last_status"Pending", ...

Returns the value of attribute last_status.

Returns:

  • ("Pending", "Success", "Failure", "NotApplicable")


362
363
364
# File 'sig/types.rbs', line 362

def last_status
  @last_status
end

#last_status_change_time::Time

Returns the value of attribute last_status_change_time.

Returns:

  • (::Time)


365
366
367
# File 'sig/types.rbs', line 365

def last_status_change_time
  @last_status_change_time
end

#last_stop_time::Time

Returns the value of attribute last_stop_time.

Returns:

  • (::Time)


360
361
362
# File 'sig/types.rbs', line 360

def last_stop_time
  @last_stop_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def name
  @name
end

#recordingBoolean

Returns the value of attribute recording.

Returns:

  • (Boolean)


361
362
363
# File 'sig/types.rbs', line 361

def recording
  @recording
end

#service_principal::String

Returns the value of attribute service_principal.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def service_principal
  @service_principal
end