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.
-
#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 ⇒ "cache-cluster", ...
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.
756 757 758 |
# File 'sig/types.rbs', line 756 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
755 756 757 |
# File 'sig/types.rbs', line 755 def end_time @end_time end |
#marker ⇒ ::String
Returns the value of attribute marker.
758 759 760 |
# File 'sig/types.rbs', line 758 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
757 758 759 |
# File 'sig/types.rbs', line 757 def max_records @max_records end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
752 753 754 |
# File 'sig/types.rbs', line 752 def source_identifier @source_identifier end |
#source_type ⇒ "cache-cluster", ...
Returns the value of attribute source_type.
753 754 755 |
# File 'sig/types.rbs', line 753 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
754 755 756 |
# File 'sig/types.rbs', line 754 def start_time @start_time end |