Class: Aws::Types::ListMobileSdkReleasesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def limit
  @limit
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def next_marker
  @next_marker
end

#platform"IOS", "ANDROID"

Returns the value of attribute platform.

Returns:

  • ("IOS", "ANDROID")


1007
1008
1009
# File 'sig/types.rbs', line 1007

def platform
  @platform
end