Class: Aws::Types::ListVehiclesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_names ⇒ ::Array[::String]

Returns the value of attribute attribute_names.

Returns:

  • (::Array[::String])


937
938
939
# File 'sig/types.rbs', line 937

def attribute_names
  @attribute_names
end

#attribute_values ⇒ ::Array[::String]

Returns the value of attribute attribute_values.

Returns:

  • (::Array[::String])


938
939
940
# File 'sig/types.rbs', line 938

def attribute_values
  @attribute_values
end

#list_response_scope ⇒ "METADATA_ONLY"

Returns the value of attribute list_response_scope.

Returns:

  • ("METADATA_ONLY")


941
942
943
# File 'sig/types.rbs', line 941

def list_response_scope
  @list_response_scope
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


940
941
942
# File 'sig/types.rbs', line 940

def max_results
  @max_results
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def model_manifest_arn
  @model_manifest_arn
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def next_token
  @next_token
end