Class: Aws::Omics::Types::ListConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ConfigurationListItem>

List of configuration items.

Returns:



5457
5458
5459
5460
5461
5462
# File 'lib/aws-sdk-omics/types.rb', line 5457

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

#next_tokenString

Token for retrieving next page of results.

Returns:

  • (String)


5457
5458
5459
5460
5461
5462
# File 'lib/aws-sdk-omics/types.rb', line 5457

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