Class: Aws::Pinpoint::Types::GetAppsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppsResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
6266 6267 6268 6269 6270 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6266 class GetAppsResponse < Struct.new( :applications_response) SENSITIVE = [] include Aws::Structure end |