Class: Aws::Lightsail::Types::GetRelationalDatabaseEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_minutesInteger

The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.

Default: 60

The minimum is 1 and the maximum is 14 days (20160 minutes).

Returns:

  • (Integer)


9009
9010
9011
9012
9013
9014
9015
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9009

class GetRelationalDatabaseEventsRequest < Struct.new(
  :relational_database_name,
  :duration_in_minutes,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9009

class GetRelationalDatabaseEventsRequest < Struct.new(
  :relational_database_name,
  :duration_in_minutes,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#relational_database_nameString

The name of the database from which to get events.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9009

class GetRelationalDatabaseEventsRequest < Struct.new(
  :relational_database_name,
  :duration_in_minutes,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end