Class: Aws::ApplicationInsights::Types::ListApplicationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the resource group owner.

Returns:

  • (String)


857
858
859
860
861
862
863
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 857

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

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

Returns:

  • (Integer)


857
858
859
860
861
862
863
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 857

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

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


857
858
859
860
861
862
863
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 857

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