Class: Aws::Types::PublicEndpoint

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:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def address
  @address
end

#attributes::Hash[::String, ::Array[::String]]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::Array[::String]])


2409
2410
2411
# File 'sig/types.rbs', line 2409

def attributes
  @attributes
end

#channel_type"PUSH", ...

Returns the value of attribute channel_type.

Returns:

  • ("PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM", "IN_APP")


2410
2411
2412
# File 'sig/types.rbs', line 2410

def channel_type
  @channel_type
end

#demographicTypes::EndpointDemographic

Returns the value of attribute demographic.



2411
2412
2413
# File 'sig/types.rbs', line 2411

def demographic
  @demographic
end

#effective_date::String

Returns the value of attribute effective_date.

Returns:

  • (::String)


2412
2413
2414
# File 'sig/types.rbs', line 2412

def effective_date
  @effective_date
end

#endpoint_status::String

Returns the value of attribute endpoint_status.

Returns:

  • (::String)


2413
2414
2415
# File 'sig/types.rbs', line 2413

def endpoint_status
  @endpoint_status
end

#locationTypes::EndpointLocation

Returns the value of attribute location.



2414
2415
2416
# File 'sig/types.rbs', line 2414

def location
  @location
end

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

Returns the value of attribute metrics.

Returns:

  • (::Hash[::String, ::Float])


2415
2416
2417
# File 'sig/types.rbs', line 2415

def metrics
  @metrics
end

#opt_out::String

Returns the value of attribute opt_out.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def opt_out
  @opt_out
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def request_id
  @request_id
end

#userTypes::EndpointUser

Returns the value of attribute user.

Returns:



2418
2419
2420
# File 'sig/types.rbs', line 2418

def user
  @user
end