Class: Aws::Pinpoint::Types::CreateAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_application_request ⇒ Types::CreateApplicationRequest
Specifies the display name of an application and the tags to associate with the application.
Instance Attribute Details
#create_application_request ⇒ Types::CreateApplicationRequest
Specifies the display name of an application and the tags to associate with the application.
2654 2655 2656 2657 2658 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2654 class CreateAppRequest < Struct.new( :create_application_request) SENSITIVE = [] include Aws::Structure end |