Class: Aws::Types::ListConfigurationHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#event_status ⇒ "INFO", ...
Returns the value of attribute event_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def account_id @account_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
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.
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.
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.
293 294 295 |
# File 'sig/types.rbs', line 293 def start_time @start_time end |