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

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

Overview

Requests the public keys for a specified time range.

Constant Summary collapse

SENSITIVE =
[]

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)


3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3816

class ListPublicKeysRequest < Struct.new(
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Reserved for future use.

Returns:

  • (String)


3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3816

class ListPublicKeysRequest < Struct.new(
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3816

class ListPublicKeysRequest < Struct.new(
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end