Class: Aws::Types::ListVehiclesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVehiclesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#attribute_values ⇒ ::Array[::String]
Returns the value of attribute attribute_values.
-
#list_response_scope ⇒ "METADATA_ONLY"
Returns the value of attribute list_response_scope.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
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.
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.
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.
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.
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.
939 940 941 |
# File 'sig/types.rbs', line 939 def next_token @next_token end |