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

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_responseTypes::ApplicationResponse

Application Response.



2447
2448
2449
2450
# File 'lib/aws-sdk-pinpoint/types.rb', line 2447

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