You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceDiscovery::Types::CreateHttpNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::CreateHttpNamespaceRequest
- Defined in:
- (unknown)
Overview
When passing CreateHttpNamespaceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "NamespaceName", # required
creator_request_id: "ResourceId",
description: "ResourceDescription",
tags: [
{
key: "TagKey", # required
value: "TagValue", # required
},
],
}
Instance Attribute Summary collapse
-
#creator_request_id ⇒ String
A unique string that identifies the request and that allows failed
CreateHttpNamespace
requests to be retried without the risk of executing the operation twice. -
#description ⇒ String
A description for the namespace.
-
#name ⇒ String
The name that you want to assign to this namespace.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the namespace.
Instance Attribute Details
#creator_request_id ⇒ String
A unique string that identifies the request and that allows failed
CreateHttpNamespace
requests to be retried without the risk of
executing the operation twice. CreatorRequestId
can be any unique
string, for example, a date/time stamp.
#description ⇒ String
A description for the namespace.
#name ⇒ String
The name that you want to assign to this namespace.
#tags ⇒ Array<Types::Tag>
The tags to add to the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.