Class: Aws::Types::DeleteSubscriberRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def budget_name
  @budget_name
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def notification
  @notification
end

#subscriberTypes::Subscriber

Returns the value of attribute subscriber.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def subscriber
  @subscriber
end