Class: Aws::Pinpoint::Types::GetAppsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeString

Returns:

  • (String)


6230
6231
6232
6233
6234
6235
# File 'lib/aws-sdk-pinpoint/types.rb', line 6230

class GetAppsRequest < Struct.new(
  :page_size,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

Returns:

  • (String)


6230
6231
6232
6233
6234
6235
# File 'lib/aws-sdk-pinpoint/types.rb', line 6230

class GetAppsRequest < Struct.new(
  :page_size,
  :token)
  SENSITIVE = []
  include Aws::Structure
end