Class: Aws::Types::UpdateAppInstanceUserEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_messages"ALL", "NONE"

Returns the value of attribute allow_messages.

Returns:

  • ("ALL", "NONE")


516
517
518
# File 'sig/types.rbs', line 516

def allow_messages
  @allow_messages
end

#app_instance_user_arn::String

Returns the value of attribute app_instance_user_arn.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def app_instance_user_arn
  @app_instance_user_arn
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def endpoint_id
  @endpoint_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def name
  @name
end