Class: Aws::Types::AddEntityOwnerInput

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DOMAIN_UNIT")


124
125
126
# File 'sig/types.rbs', line 124

def entity_type
  @entity_type
end

#ownerTypes::OwnerProperties

Returns the value of attribute owner.



126
127
128
# File 'sig/types.rbs', line 126

def owner
  @owner
end