Class: Aws::Types::CreatePublicDnsNamespaceRequest

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:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def creator_request_id
  @creator_request_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def name
  @name
end

#propertiesTypes::PublicDnsNamespaceProperties

Returns the value of attribute properties.



44
45
46
# File 'sig/types.rbs', line 44

def properties
  @properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def tags
  @tags
end