Class: Aws::Types::ListMobileSdkReleasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMobileSdkReleasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#platform ⇒ "IOS", "ANDROID"
Returns the value of attribute platform.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def next_marker @next_marker end |
#platform ⇒ "IOS", "ANDROID"
Returns the value of attribute platform.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def platform @platform end |