Class: Aws::Types::AddEntityOwnerInput
- Inherits:
-
Object
- Object
- Aws::Types::AddEntityOwnerInput
- 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.
127 128 129 |
# File 'sig/types.rbs', line 127 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
123 124 125 |
# File 'sig/types.rbs', line 123 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
125 126 127 |
# File 'sig/types.rbs', line 125 def entity_identifier @entity_identifier end |
#entity_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute entity_type.
124 125 126 |
# File 'sig/types.rbs', line 124 def entity_type @entity_type end |
#owner ⇒ Types::OwnerProperties
Returns the value of attribute owner.
126 127 128 |
# File 'sig/types.rbs', line 126 def owner @owner end |