Class: Aws::Pinpoint::Types::GetAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_response ⇒ Types::ApplicationResponse
Provides information about an application.
Instance Attribute Details
#application_response ⇒ Types::ApplicationResponse
Provides information about an application.
6171 6172 6173 6174 6175 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6171 class GetAppResponse < Struct.new( :application_response) SENSITIVE = [] include Aws::Structure end |