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.
692 693 694 |
# File 'sig/types.rbs', line 692 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
691 692 693 |
# File 'sig/types.rbs', line 691 def end_time @end_time end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
693 694 695 |
# File 'sig/types.rbs', line 693 def event_categories @event_categories end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
694 695 696 |
# File 'sig/types.rbs', line 694 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
696 697 698 |
# File 'sig/types.rbs', line 696 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
695 696 697 |
# File 'sig/types.rbs', line 695 def max_records @max_records end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
688 689 690 |
# File 'sig/types.rbs', line 688 def source_identifier @source_identifier end |
#source_type ⇒ "db-instance", ...
Returns the value of attribute source_type.
689 690 691 |
# File 'sig/types.rbs', line 689 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
690 691 692 |
# File 'sig/types.rbs', line 690 def start_time @start_time end |