Class: Aws::MailManager::Types::GetAddonInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetAddonInstanceResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Add On instance.
-
#addon_name ⇒ String
The name of the Add On provider associated to the subscription of the instance.
-
#addon_subscription_id ⇒ String
The subscription ID associated to 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.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1053 class GetAddonInstanceResponse < Struct.new( :addon_instance_arn, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_name ⇒ String
The name of the Add On provider associated to the subscription of the instance.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1053 class GetAddonInstanceResponse < Struct.new( :addon_instance_arn, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_subscription_id ⇒ String
The subscription ID associated to the instance.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1053 class GetAddonInstanceResponse < Struct.new( :addon_instance_arn, :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.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1053 class GetAddonInstanceResponse < Struct.new( :addon_instance_arn, :addon_name, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |