Class: Aws::Types::DeleteNotificationSubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def organization_id
  @organization_id
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def subscription_id
  @subscription_id
end