Class: Aws::Types::ListProvisionedModelThroughputsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2897
2898
2899
# File 'sig/types.rbs', line 2897

def next_token
  @next_token
end

#provisioned_model_summaries::Array[Types::ProvisionedModelSummary]

Returns the value of attribute provisioned_model_summaries.

Returns:



2898
2899
2900
# File 'sig/types.rbs', line 2898

def provisioned_model_summaries
  @provisioned_model_summaries
end