Class: Aws::Panorama::Types::ListApplicationInstanceDependenciesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1485

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

#package_objectsArray<Types::PackageObject>

A list of package objects.

Returns:



1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1485

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