Class: Aws::Types::EndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::EndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute attributes.
-
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
-
#cohort_id ⇒ ::String
Returns the value of attribute cohort_id.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def address @address end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def application_id @application_id end |
#attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute attributes.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def attributes @attributes end |
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def channel_type @channel_type end |
#cohort_id ⇒ ::String
Returns the value of attribute cohort_id.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def cohort_id @cohort_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def creation_date @creation_date end |
#demographic ⇒ Types::EndpointDemographic
Returns the value of attribute demographic.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def demographic @demographic end |
#effective_date ⇒ ::String
Returns the value of attribute effective_date.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def effective_date @effective_date end |
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def endpoint_status @endpoint_status end |
#id ⇒ ::String
Returns the value of attribute id.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def id @id end |
#location ⇒ Types::EndpointLocation
Returns the value of attribute location.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def location @location end |
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def metrics @metrics end |
#opt_out ⇒ ::String
Returns the value of attribute opt_out.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def opt_out @opt_out end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def request_id @request_id end |
#user ⇒ Types::EndpointUser
Returns the value of attribute user.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def user @user end |