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.



951
952
953
# File 'sig/types.rbs', line 951

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.



950
951
952
# File 'sig/types.rbs', line 950

def end_time
  @end_time
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.



952
953
954
# File 'sig/types.rbs', line 952

def event_categories
  @event_categories
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.



953
954
955
# File 'sig/types.rbs', line 953

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.



955
956
957
# File 'sig/types.rbs', line 955

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.



954
955
956
# File 'sig/types.rbs', line 954

def max_records
  @max_records
end

#source_identifier::String

Returns the value of attribute source_identifier.



947
948
949
# File 'sig/types.rbs', line 947

def source_identifier
  @source_identifier
end

#source_type"db-instance", ...

Returns the value of attribute source_type.



948
949
950
# File 'sig/types.rbs', line 948

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.



949
950
951
# File 'sig/types.rbs', line 949

def start_time
  @start_time
end