Class: Aws::CloudWatchLogs::Types::UpdateLookupTableResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timeInteger

The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


10164
10165
10166
10167
10168
10169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 10164

class UpdateLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#lookup_table_arnString

The ARN of the lookup table that was updated.

Returns:

  • (String)


10164
10165
10166
10167
10168
10169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 10164

class UpdateLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end