Class: Aws::Pinpoint::Types::GetAppsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#page_size ⇒ String
6253 6254 6255 6256 6257 6258 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6253 class GetAppsRequest < Struct.new( :page_size, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
6253 6254 6255 6256 6257 6258 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6253 class GetAppsRequest < Struct.new( :page_size, :token) SENSITIVE = [] include Aws::Structure end |