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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



941
942
943
944
945
946
# File 'lib/aws-sdk-applicationinsights/types.rb', line 941

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)


941
942
943
944
945
946
# File 'lib/aws-sdk-applicationinsights/types.rb', line 941

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