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)


6254
6255
6256
6257
6258
6259
# File 'lib/aws-sdk-pinpoint/types.rb', line 6254

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

#tokenString

Returns:

  • (String)


6254
6255
6256
6257
6258
6259
# File 'lib/aws-sdk-pinpoint/types.rb', line 6254

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