Class: Aws::Pinpoint::Types::GetAppsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#applications_response ⇒ Types::ApplicationsResponse
Provides information about all of your applications.
Instance Attribute Details
#applications_response ⇒ Types::ApplicationsResponse
Provides information about all of your applications.
8128 8129 8130 8131 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8128 class GetAppsResponse < Struct.new( :applications_response) include Aws::Structure end |