Class: Aws::Pinpoint::Types::GetAppsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppsRequest
- 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_size ⇒ String
2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2490 class GetAppsRequest < Struct.new( :page_size, :token) include Aws::Structure end |
#token ⇒ String
2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2490 class GetAppsRequest < Struct.new( :page_size, :token) include Aws::Structure end |