Class: Aws::Types::UpdateRootDomainUnitOwnerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6805
6806
6807
# File 'sig/types.rbs', line 6805

def client_token
  @client_token
end

#current_owner::String

Returns the value of attribute current_owner.

Returns:

  • (::String)


6803
6804
6805
# File 'sig/types.rbs', line 6803

def current_owner
  @current_owner
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6802
6803
6804
# File 'sig/types.rbs', line 6802

def domain_identifier
  @domain_identifier
end

#new_owner::String

Returns the value of attribute new_owner.

Returns:

  • (::String)


6804
6805
6806
# File 'sig/types.rbs', line 6804

def new_owner
  @new_owner
end