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)


544
545
546
547
548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 544

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