Class: Aws::ApplicationInsights::Types::ListComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListComponentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_component_list ⇒ Array<Types::ApplicationComponent>
The list of application components.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#application_component_list ⇒ Array<Types::ApplicationComponent>
The list of application components.
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_token ⇒ String
The token to request the next page of results.
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 |