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:



8031
8032
8033
# File 'sig/types.rbs', line 8031

def model_card_summaries
  @model_card_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8032
8033
8034
# File 'sig/types.rbs', line 8032

def next_token
  @next_token
end