Class: Aws::Types::ConfigExportDeliveryInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#last_attempt_time::Time

Returns the value of attribute last_attempt_time.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def last_attempt_time
  @last_attempt_time
end

#last_error_code::String

Returns the value of attribute last_error_code.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def last_error_code
  @last_error_code
end

#last_error_message::String

Returns the value of attribute last_error_message.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def last_error_message
  @last_error_message
end

#last_status"Success", ...

Returns the value of attribute last_status.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def last_status
  @last_status
end

#last_successful_time::Time

Returns the value of attribute last_successful_time.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def last_successful_time
  @last_successful_time
end

#next_delivery_time::Time

Returns the value of attribute next_delivery_time.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def next_delivery_time
  @next_delivery_time
end