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 ⇒ "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.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def end_time @end_time end |
#marker ⇒ ::String
Returns the value of attribute marker.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def max_records @max_records end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def source_identifier @source_identifier end |
#source_type ⇒ "cluster", ...
Returns the value of attribute source_type.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def start_time @start_time end |