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.



5557
5558
5559
5560
5561
5562
# File 'lib/aws-sdk-omics/types.rb', line 5557

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

#next_tokenString

Token for retrieving next page of results.



5557
5558
5559
5560
5561
5562
# File 'lib/aws-sdk-omics/types.rb', line 5557

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