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)


692
693
694
# File 'sig/types.rbs', line 692

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


691
692
693
# File 'sig/types.rbs', line 691

def end_time
  @end_time
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


693
694
695
# File 'sig/types.rbs', line 693

def event_categories
  @event_categories
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



694
695
696
# File 'sig/types.rbs', line 694

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


695
696
697
# File 'sig/types.rbs', line 695

def max_records
  @max_records
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def source_identifier
  @source_identifier
end

#source_type"db-instance", ...

Returns the value of attribute source_type.

Returns:

  • ("db-instance", "db-parameter-group", "db-security-group", "db-snapshot", "db-cluster", "db-cluster-snapshot")


689
690
691
# File 'sig/types.rbs', line 689

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


690
691
692
# File 'sig/types.rbs', line 690

def start_time
  @start_time
end