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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applications_responseTypes::ApplicationsResponse

Provides information about all of your applications.



6243
6244
6245
6246
6247
# File 'lib/aws-sdk-pinpoint/types.rb', line 6243

class GetAppsResponse < Struct.new(
  :applications_response)
  SENSITIVE = []
  include Aws::Structure
end