Class: Aws::Types::DescribeEventsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#source_type ⇒ "db-instance", ...
Returns the value of attribute source_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def end_time @end_time end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def event_categories @event_categories end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def max_records @max_records end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def source_identifier @source_identifier end |
#source_type ⇒ "db-instance", ...
Returns the value of attribute source_type.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def start_time @start_time end |