Class: Aws::Types::CreatePrivateDnsNamespaceRequest

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)


26
27
28
# File 'sig/types.rbs', line 26

def creator_request_id
  @creator_request_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def name
  @name
end

#propertiesTypes::PrivateDnsNamespaceProperties

Returns the value of attribute properties.



30
31
32
# File 'sig/types.rbs', line 30

def properties
  @properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def tags
  @tags
end

#vpc::String

Returns the value of attribute vpc.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def vpc
  @vpc
end