Class: Aws::Types::CreateNotificationSubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def endpoint
  @endpoint
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def organization_id
  @organization_id
end

#protocol"HTTPS", "SQS"

Returns the value of attribute protocol.

Returns:

  • ("HTTPS", "SQS")


141
142
143
# File 'sig/types.rbs', line 141

def protocol
  @protocol
end

#subscription_type"ALL"

Returns the value of attribute subscription_type.

Returns:

  • ("ALL")


142
143
144
# File 'sig/types.rbs', line 142

def subscription_type
  @subscription_type
end