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

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

Overview

Note:

When making an API call, you may pass GetAppsRequest data as a hash:

{
  page_size: "__string",
  token: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeString

Returns:

  • (String)


4214
4215
4216
4217
4218
# File 'lib/aws-sdk-pinpoint/types.rb', line 4214

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

#tokenString

Returns:

  • (String)


4214
4215
4216
4217
4218
# File 'lib/aws-sdk-pinpoint/types.rb', line 4214

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