Class: Aws::Pinpoint::Types::CreateAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass CreateAppRequest data as a hash:
{
create_application_request: { # required
name: "__string", # required
tags: {
"__string" => "__string",
},
},
}
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.
3084 3085 3086 3087 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3084 class CreateAppRequest < Struct.new( :create_application_request) include Aws::Structure end |