Class: Aws::CloudWatchLogs::Types::ListSourcesForS3TableIntegrationRequest

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

#integration_arnString

The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.

Returns:

  • (String)


5270
5271
5272
5273
5274
5275
5276
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5270

class ListSourcesForS3TableIntegrationRequest < Struct.new(
  :integration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of associations to return in a single call. Valid range is 1 to 100.

Returns:

  • (Integer)


5270
5271
5272
5273
5274
5275
5276
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5270

class ListSourcesForS3TableIntegrationRequest < Struct.new(
  :integration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


5270
5271
5272
5273
5274
5275
5276
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5270

class ListSourcesForS3TableIntegrationRequest < Struct.new(
  :integration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end