Class: Aws::Types::ListModelCardsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_card_summaries::Array[Types::ModelCardSummary]

Returns the value of attribute model_card_summaries.

Returns:



8016
8017
8018
# File 'sig/types.rbs', line 8016

def model_card_summaries
  @model_card_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8017
8018
8019
# File 'sig/types.rbs', line 8017

def next_token
  @next_token
end