You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudTrail::Types::ListPublicKeysRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListPublicKeysRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  start_time: Time.now,
  end_time: Time.now,
  next_token: "String",
}

Requests the public keys for a specified time range.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

Returns:

  • (Time)

    Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files.

#next_tokenString

Reserved for future use.

Returns:

  • (String)

    Reserved for future use.

#start_timeTime

Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

Returns:

  • (Time)

    Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files.