Class: Aws::Types::CreateHttpNamespaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def creator_request_id
  @creator_request_id
end

#description::String

Returns the value of attribute description.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



15
16
17
# File 'sig/types.rbs', line 15

def tags
  @tags
end