Class: Aws::MailManager::Types::GetAddonSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetAddonSubscriptionResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The name of the Add On for the subscription.
-
#addon_subscription_arn ⇒ String
Amazon Resource Name (ARN) for the subscription.
-
#created_timestamp ⇒ Time
The timestamp of when the Add On subscription was created.
Instance Attribute Details
#addon_name ⇒ String
The name of the Add On for the subscription.
1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1050 class GetAddonSubscriptionResponse < Struct.new( :addon_name, :addon_subscription_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_subscription_arn ⇒ String
Amazon Resource Name (ARN) for the subscription.
1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1050 class GetAddonSubscriptionResponse < Struct.new( :addon_name, :addon_subscription_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp of when the Add On subscription was created.
1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1050 class GetAddonSubscriptionResponse < Struct.new( :addon_name, :addon_subscription_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |