Class: Aws::Types::UpdateDomainUnitInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6507
6508
6509
# File 'sig/types.rbs', line 6507

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6505
6506
6507
# File 'sig/types.rbs', line 6505

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6506
6507
6508
# File 'sig/types.rbs', line 6506

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6508
6509
6510
# File 'sig/types.rbs', line 6508

def name
  @name
end