Class: Aws::Types::UpdateSubscriberRequest

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)


613
614
615
# File 'sig/types.rbs', line 613

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def budget_name
  @budget_name
end

#new_subscriberTypes::Subscriber

Returns the value of attribute new_subscriber.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def new_subscriber
  @new_subscriber
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



615
616
617
# File 'sig/types.rbs', line 615

def notification
  @notification
end

#old_subscriberTypes::Subscriber

Returns the value of attribute old_subscriber.

Returns:



616
617
618
# File 'sig/types.rbs', line 616

def old_subscriber
  @old_subscriber
end