Class: Aws::MailManager::Types::AddonInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::AddonInstance
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
An Add On instance represents a specific configuration of an Add On.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Add On instance.
-
#addon_instance_id ⇒ String
The unique ID of the Add On instance.
-
#addon_name ⇒ String
The name of the Add On for the instance.
-
#addon_subscription_id ⇒ String
The subscription ID for the instance.
-
#created_timestamp ⇒ Time
The timestamp of when the Add On instance was created.
Instance Attribute Details
#addon_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Add On instance.
72 73 74 75 76 77 78 79 80 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 72 class AddonInstance < Struct.new( :addon_instance_arn, :addon_instance_id, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_instance_id ⇒ String
The unique ID of the Add On instance.
72 73 74 75 76 77 78 79 80 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 72 class AddonInstance < Struct.new( :addon_instance_arn, :addon_instance_id, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_name ⇒ String
The name of the Add On for the instance.
72 73 74 75 76 77 78 79 80 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 72 class AddonInstance < Struct.new( :addon_instance_arn, :addon_instance_id, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_subscription_id ⇒ String
The subscription ID for the instance.
72 73 74 75 76 77 78 79 80 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 72 class AddonInstance < Struct.new( :addon_instance_arn, :addon_instance_id, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp of when the Add On instance was created.
72 73 74 75 76 77 78 79 80 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 72 class AddonInstance < Struct.new( :addon_instance_arn, :addon_instance_id, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |