You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppRegistry::Types::CreateApplicationRequestWhen passing CreateApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Name", description: "Description",
tags: {
"TagKey" => "TagValue",
},
client_token: "ClientToken", }
Instance Attribute Summary collapse
A unique identifier that you provide to ensure idempotency.
The description of the application.
The name of the application.
Key-value pairs you can use to associate with the application.
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
#description ⇒ StringThe description of the application.
#name ⇒ StringThe name of the application. The name must be unique in the region in which you are creating the application.
#tags ⇒ Hash<String,String>Key-value pairs you can use to associate with the application.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4