Class: Aws::Types::DescribeEventsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Integer

Returns the value of attribute duration.



1170
1171
1172
# File 'sig/types.rbs', line 1170

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.



1169
1170
1171
# File 'sig/types.rbs', line 1169

def end_time
  @end_time
end

#marker::String

Returns the value of attribute marker.



1172
1173
1174
# File 'sig/types.rbs', line 1172

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.



1171
1172
1173
# File 'sig/types.rbs', line 1171

def max_records
  @max_records
end

#source_identifier::String

Returns the value of attribute source_identifier.



1166
1167
1168
# File 'sig/types.rbs', line 1166

def source_identifier
  @source_identifier
end

#source_type"cluster", ...

Returns the value of attribute source_type.



1167
1168
1169
# File 'sig/types.rbs', line 1167

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.



1168
1169
1170
# File 'sig/types.rbs', line 1168

def start_time
  @start_time
end