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 ⇒ "replication-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.
858 859 860 |
# File 'sig/types.rbs', line 858 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
857 858 859 |
# File 'sig/types.rbs', line 857 def end_time @end_time end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
859 860 861 |
# File 'sig/types.rbs', line 859 def event_categories @event_categories end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
860 861 862 |
# File 'sig/types.rbs', line 860 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
862 863 864 |
# File 'sig/types.rbs', line 862 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
861 862 863 |
# File 'sig/types.rbs', line 861 def max_records @max_records end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
854 855 856 |
# File 'sig/types.rbs', line 854 def source_identifier @source_identifier end |
#source_type ⇒ "replication-instance"
Returns the value of attribute source_type.
855 856 857 |
# File 'sig/types.rbs', line 855 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
856 857 858 |
# File 'sig/types.rbs', line 856 def start_time @start_time end |