Class: Aws::AppIntegrationsService::Types::ListEventIntegrationAssociationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_integration_nameString

The name of the event integration.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1035

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1035

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

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1035

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