Class: Aws::Types::UpdateAppInstanceUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arn::String

Returns the value of attribute app_instance_user_arn.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def app_instance_user_arn
  @app_instance_user_arn
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def name
  @name
end