Class: Aws::Pinpoint::Types::GetAppsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#applications_responseTypes::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