Class: Aws::Pinpoint::Types::GetApplicationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApplicationSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#application_settings_resource ⇒ Types::ApplicationSettingsResource
Provides information about an application, including the default settings for an application.
Instance Attribute Details
#application_settings_resource ⇒ Types::ApplicationSettingsResource
Provides information about an application, including the default settings for an application.
8095 8096 8097 8098 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8095 class GetApplicationSettingsResponse < Struct.new( :application_settings_resource) include Aws::Structure end |