Class: Aws::Types::ListDecoderManifestsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#list_response_scope ⇒ "METADATA_ONLY"

Returns the value of attribute list_response_scope.

Returns:

  • ("METADATA_ONLY")


810
811
812
# File 'sig/types.rbs', line 810

def list_response_scope
  @list_response_scope
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


809
810
811
# File 'sig/types.rbs', line 809

def max_results
  @max_results
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def model_manifest_arn
  @model_manifest_arn
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def next_token
  @next_token
end