Class: Aws::Pinpoint::Types::GetAppResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#application_responseTypes::ApplicationResponse

Application Response.



4165
4166
4167
4168
# File 'lib/aws-sdk-pinpoint/types.rb', line 4165

class GetAppResponse < Struct.new(
  :application_response)
  include Aws::Structure
end