Class: Aws::Types::ListComputationModelsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_summaries::Array[Types::ComputationModelSummary]

Returns the value of attribute computation_model_summaries.

Returns:



2737
2738
2739
# File 'sig/types.rbs', line 2737

def computation_model_summaries
  @computation_model_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2738
2739
2740
# File 'sig/types.rbs', line 2738

def next_token
  @next_token
end