Class: Aws::Types::RemoveEntityOwnerInput
- Inherits:
-
Object
- Object
- Aws::Types::RemoveEntityOwnerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute entity_type.
-
#owner ⇒ Types::OwnerProperties
Returns the value of attribute owner.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
5308 5309 5310 |
# File 'sig/types.rbs', line 5308 def entity_type @entity_type end |
#owner ⇒ Types::OwnerProperties
Returns the value of attribute owner.
5310 5311 5312 |
# File 'sig/types.rbs', line 5310 def owner @owner end |