Class: Aws::Types::ListUploadsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUploadsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#type ⇒ "ANDROID_APP", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
932 933 934 |
# File 'sig/types.rbs', line 932 def arn @arn end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
934 935 936 |
# File 'sig/types.rbs', line 934 def next_token @next_token end |
#type ⇒ "ANDROID_APP", ...
Returns the value of attribute type.
933 934 935 |
# File 'sig/types.rbs', line 933 def type @type end |