Class: Aws::Types::RemoveEntityOwnerInput

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)


5311
5312
5313
# File 'sig/types.rbs', line 5311

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5307
5308
5309
# File 'sig/types.rbs', line 5307

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


5309
5310
5311
# File 'sig/types.rbs', line 5309

def entity_identifier
  @entity_identifier
end

#entity_type"DOMAIN_UNIT"

Returns the value of attribute entity_type.

Returns:

  • ("DOMAIN_UNIT")


5308
5309
5310
# File 'sig/types.rbs', line 5308

def entity_type
  @entity_type
end

#ownerTypes::OwnerProperties

Returns the value of attribute owner.



5310
5311
5312
# File 'sig/types.rbs', line 5310

def owner
  @owner
end