Class: Aws::Types::NameIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4591
4592
4593
# File 'sig/types.rbs', line 4591

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4592
4593
4594
# File 'sig/types.rbs', line 4592

def namespace
  @namespace
end