Class: Aws::Pinpoint::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass CreateApplicationRequest data as a hash:
{
name: "__string",
}
Application Request.
Instance Attribute Summary collapse
-
#name ⇒ String
The display name of the application.
Instance Attribute Details
#name ⇒ String
The display name of the application. Used in the Amazon Pinpoint console.
786 787 788 789 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 786 class CreateApplicationRequest < Struct.new( :name) include Aws::Structure end |