Class: Aws::MailManager::Types::CreateAddonInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddonInstanceResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_instance_id ⇒ String
The unique ID of the Add On instance created by this API.
Instance Attribute Details
#addon_instance_id ⇒ String
The unique ID of the Add On instance created by this API.
403 404 405 406 407 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 403 class CreateAddonInstanceResponse < Struct.new( :addon_instance_id) SENSITIVE = [] include Aws::Structure end |