Class: Aws::Pinpoint::Types::GetAppsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppsResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-pinpoint/types.rb', line 6266 class GetAppsResponse < Struct.new( :applications_response) SENSITIVE = [] include Aws::Structure end |