Class: Aws::Types::CreateSubscriberRequest

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)


179
180
181
# File 'sig/types.rbs', line 179

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def budget_name
  @budget_name
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def notification
  @notification
end

#subscriberTypes::Subscriber

Returns the value of attribute subscriber.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def subscriber
  @subscriber
end