Class: Aws::Types::EndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::EndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute attributes.
-
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
-
#demographic ⇒ Types::EndpointDemographic
Returns the value of attribute demographic.
-
#effective_date ⇒ ::String
Returns the value of attribute effective_date.
-
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
-
#location ⇒ Types::EndpointLocation
Returns the value of attribute location.
-
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
-
#opt_out ⇒ ::String
Returns the value of attribute opt_out.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#user ⇒ Types::EndpointUser
Returns the value of attribute user.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def address @address end |
#attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute attributes.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def attributes @attributes end |
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def channel_type @channel_type end |
#demographic ⇒ Types::EndpointDemographic
Returns the value of attribute demographic.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def demographic @demographic end |
#effective_date ⇒ ::String
Returns the value of attribute effective_date.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def effective_date @effective_date end |
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def endpoint_status @endpoint_status end |
#location ⇒ Types::EndpointLocation
Returns the value of attribute location.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def location @location end |
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def metrics @metrics end |
#opt_out ⇒ ::String
Returns the value of attribute opt_out.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def opt_out @opt_out end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def request_id @request_id end |
#user ⇒ Types::EndpointUser
Returns the value of attribute user.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def user @user end |