Class: Aws::Types::DescribeEventsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


858
859
860
# File 'sig/types.rbs', line 858

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::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.

Returns:

  • (::Array[::String])


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.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("replication-instance")


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.

Returns:

  • (::Time)


856
857
858
# File 'sig/types.rbs', line 856

def start_time
  @start_time
end