Class: Aws::ApplicationInsights::Types::ListComponentsResponse

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

#application_component_listArray<Types::ApplicationComponent>

The list of application components.

Returns:



922
923
924
925
926
927
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 922

class ListComponentsResponse < Struct.new(
  :application_component_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


922
923
924
925
926
927
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 922

class ListComponentsResponse < Struct.new(
  :application_component_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end