class Aws::IoTWireless::Types::CreateServiceProfileRequest
@note When making an API call, you may pass CreateServiceProfileRequest
data as a hash: { name: "ServiceProfileName", lo_ra_wan: { add_gw_metadata: false, }, tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], client_request_token: "ClientRequestToken", }
@!attribute [rw] name
The name of the new resource. @return [String]
@!attribute [rw] lo_ra_wan
The service profile information to use to create the service profile. @return [Types::LoRaWANServiceProfile]
@!attribute [rw] tags
The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource. @return [Array<Types::Tag>]
@!attribute [rw] client_request_token
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
Constants
- SENSITIVE