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

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

Instance Attribute Summary collapse

Instance Attribute Details

#applications_responseTypes::ApplicationsResponse

Get Applications Result.



2500
2501
2502
2503
# File 'lib/aws-sdk-pinpoint/types.rb', line 2500

class GetAppsResponse < Struct.new(
  :applications_response)
  include Aws::Structure
end