Class: Aws::ServiceDiscovery::Types::CreateHttpNamespaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

A unique string that identifies the request and that allows failed ‘CreateHttpNamespace` requests to be retried without the risk of running the operation twice. `CreatorRequestId` can be any unique string (for example, a date/time stamp).

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


40
41
42
43
44
45
46
47
# File 'lib/aws-sdk-servicediscovery/types.rb', line 40

class CreateHttpNamespaceRequest < Struct.new(
  :name,
  :creator_request_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the namespace.

Returns:

  • (String)


40
41
42
43
44
45
46
47
# File 'lib/aws-sdk-servicediscovery/types.rb', line 40

class CreateHttpNamespaceRequest < Struct.new(
  :name,
  :creator_request_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that you want to assign to this namespace.

Returns:

  • (String)


40
41
42
43
44
45
46
47
# File 'lib/aws-sdk-servicediscovery/types.rb', line 40

class CreateHttpNamespaceRequest < Struct.new(
  :name,
  :creator_request_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.

Returns:



40
41
42
43
44
45
46
47
# File 'lib/aws-sdk-servicediscovery/types.rb', line 40

class CreateHttpNamespaceRequest < Struct.new(
  :name,
  :creator_request_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end