Class: Aws::MailManager::Types::CreateAddonSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddonSubscriptionResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_subscription_id ⇒ String
The unique ID of the Add On subscription created by this API.
Instance Attribute Details
#addon_subscription_id ⇒ String
The unique ID of the Add On subscription created by this API.
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 |