Class: Aws::Pinpoint::Types::GetAppsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppsRequest
- Defined in:
- gems/aws-sdk-pinpoint/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",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#page_size ⇒ String
9245 9246 9247 9248 9249 9250 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9245 class GetAppsRequest < Struct.new( :page_size, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
9245 9246 9247 9248 9249 9250 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9245 class GetAppsRequest < Struct.new( :page_size, :token) SENSITIVE = [] include Aws::Structure end |