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)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def end_time
  @end_time
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


2307
2308
2309
# File 'sig/types.rbs', line 2307

def event_categories
  @event_categories
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2308
2309
2310
# File 'sig/types.rbs', line 2308

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2310
2311
2312
# File 'sig/types.rbs', line 2310

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def max_records
  @max_records
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

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", "custom-engine-version", "db-proxy", "blue-green-deployment", "db-shard-group", "zero-etl")


2303
2304
2305
# File 'sig/types.rbs', line 2303

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def start_time
  @start_time
end