Class: Aws::Types::AppInstanceUserEndpointSummary

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")


90
91
92
# File 'sig/types.rbs', line 90

def allow_messages
  @allow_messages
end

#app_instance_user_arn::String

Returns the value of attribute app_instance_user_arn.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def app_instance_user_arn
  @app_instance_user_arn
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def endpoint_id
  @endpoint_id
end

#endpoint_stateTypes::EndpointState

Returns the value of attribute endpoint_state.



91
92
93
# File 'sig/types.rbs', line 91

def endpoint_state
  @endpoint_state
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def name
  @name
end

#type"APNS", ...

Returns the value of attribute type.

Returns:

  • ("APNS", "APNS_SANDBOX", "GCM")


89
90
91
# File 'sig/types.rbs', line 89

def type
  @type
end