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
8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8116 class GetAppsRequest < Struct.new( :page_size, :token) include Aws::Structure end |
#token ⇒ String
8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8116 class GetAppsRequest < Struct.new( :page_size, :token) include Aws::Structure end |