Class: Aws::Types::ListConfigurationHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def 
  @account_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


294
295
296
# File 'sig/types.rbs', line 294

def end_time
  @end_time
end

#event_status"INFO", ...

Returns the value of attribute event_status.

Returns:

  • ("INFO", "WARN", "ERROR")


295
296
297
# File 'sig/types.rbs', line 295

def event_status
  @event_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def next_token
  @next_token
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def resource_group_name
  @resource_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


293
294
295
# File 'sig/types.rbs', line 293

def start_time
  @start_time
end