Class: Aws::Types::EndpointResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:



1128
1129
1130
# File 'sig/types.rbs', line 1128

def address
  @address
end

#application_id::String

Returns the value of attribute application_id.

Returns:



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.

Returns:



1130
1131
1132
# File 'sig/types.rbs', line 1130

def attributes
  @attributes
end

#channel_type"PUSH", ...

Returns the value of attribute channel_type.

Returns:



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.

Returns:



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.

Returns:



1133
1134
1135
# File 'sig/types.rbs', line 1133

def creation_date
  @creation_date
end

#demographicTypes::EndpointDemographic

Returns the value of attribute demographic.

Returns:



1134
1135
1136
# File 'sig/types.rbs', line 1134

def demographic
  @demographic
end

#effective_date::String

Returns the value of attribute effective_date.

Returns:



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.

Returns:



1136
1137
1138
# File 'sig/types.rbs', line 1136

def endpoint_status
  @endpoint_status
end

#id::String

Returns the value of attribute id.

Returns:



1137
1138
1139
# File 'sig/types.rbs', line 1137

def id
  @id
end

#locationTypes::EndpointLocation

Returns the value of attribute location.

Returns:



1138
1139
1140
# File 'sig/types.rbs', line 1138

def location
  @location
end

#metrics::Hash[::String, ::Float]

Returns the value of attribute metrics.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def metrics
  @metrics
end

#opt_out::String

Returns the value of attribute opt_out.

Returns:



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.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def request_id
  @request_id
end

#userTypes::EndpointUser

Returns the value of attribute user.

Returns:



1142
1143
1144
# File 'sig/types.rbs', line 1142

def user
  @user
end