Class: Aws::Types::EndpointBatchItem
- Inherits:
-
Object
- Object
- Aws::Types::EndpointBatchItem
- 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.
-
#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.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def address @address end |
#attributes ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute attributes.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def attributes @attributes end |
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def channel_type @channel_type end |
#demographic ⇒ Types::EndpointDemographic
Returns the value of attribute demographic.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def demographic @demographic end |
#effective_date ⇒ ::String
Returns the value of attribute effective_date.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def effective_date @effective_date end |
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def endpoint_status @endpoint_status end |
#id ⇒ ::String
Returns the value of attribute id.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def id @id end |
#location ⇒ Types::EndpointLocation
Returns the value of attribute location.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def location @location end |
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def metrics @metrics end |
#opt_out ⇒ ::String
Returns the value of attribute opt_out.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def opt_out @opt_out end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def request_id @request_id end |
#user ⇒ Types::EndpointUser
Returns the value of attribute user.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def user @user end |