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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_responseTypes::ApplicationResponse

Provides information about an application.



6147
6148
6149
6150
6151
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6147

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