Class: Aws::Types::ListInferenceProfilesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_profile_summaries::Array[Types::InferenceProfileSummary]

Returns the value of attribute inference_profile_summaries.

Returns:



2778
2779
2780
# File 'sig/types.rbs', line 2778

def inference_profile_summaries
  @inference_profile_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def next_token
  @next_token
end