Class: Aws::Types::UserUnion

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

Defined Under Namespace

Classes: CustomEntity, Unknown, UserArn

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_entity])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_entity ⇒ ::String

Returns the value of attribute custom_entity.

Returns:

  • (::String)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def custom_entity
  @custom_entity
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def unknown
  @unknown
end

#user_arn ⇒ ::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def user_arn
  @user_arn
end