Class: Aws::Types::GetRelationalDatabaseLogEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def end_time
  @end_time
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def log_stream_name
  @log_stream_name
end

#page_token::String

Returns the value of attribute page_token.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def page_token
  @page_token
end

#relational_database_name::String

Returns the value of attribute relational_database_name.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def relational_database_name
  @relational_database_name
end

#start_from_headBoolean

Returns the value of attribute start_from_head.

Returns:

  • (Boolean)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def start_from_head
  @start_from_head
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def start_time
  @start_time
end