Class: Aws::MailManager::Types::CreateAddonSubscriptionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_subscription_idString

The unique ID of the Add On subscription created by this API.

Returns:

  • (String)


444
445
446
447
448
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 444

class CreateAddonSubscriptionResponse < Struct.new(
  :addon_subscription_id)
  SENSITIVE = []
  include Aws::Structure
end