Class: Aws::Types::AppInstanceUserEndpoint

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


80
81
82
# File 'sig/types.rbs', line 80

def allow_messages
  @allow_messages
end

#app_instance_user_arn::String

Returns the value of attribute app_instance_user_arn.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def app_instance_user_arn
  @app_instance_user_arn
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


78
79
80
# File 'sig/types.rbs', line 78

def created_timestamp
  @created_timestamp
end

#endpoint_attributesTypes::EndpointAttributes

Returns the value of attribute endpoint_attributes.



77
78
79
# File 'sig/types.rbs', line 77

def endpoint_attributes
  @endpoint_attributes
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def endpoint_id
  @endpoint_id
end

#endpoint_stateTypes::EndpointState

Returns the value of attribute endpoint_state.



81
82
83
# File 'sig/types.rbs', line 81

def endpoint_state
  @endpoint_state
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


79
80
81
# File 'sig/types.rbs', line 79

def last_updated_timestamp
  @last_updated_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def name
  @name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def resource_arn
  @resource_arn
end

#type"APNS", ...

Returns the value of attribute type.

Returns:

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


75
76
77
# File 'sig/types.rbs', line 75

def type
  @type
end