Class: Aws::MailManager::Types::AddonSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::AddonSubscription
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
A subscription for an Add On representing the acceptance of its terms of use and additional pricing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The name of the Add On.
-
#addon_subscription_arn ⇒ String
The Amazon Resource Name (ARN) of the Add On subscription.
-
#addon_subscription_id ⇒ String
The unique ID of the Add On 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.
103 104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 103 class AddonSubscription < Struct.new( :addon_name, :addon_subscription_arn, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_subscription_arn ⇒ String
The Amazon Resource Name (ARN) of the Add On subscription.
103 104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 103 class AddonSubscription < Struct.new( :addon_name, :addon_subscription_arn, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#addon_subscription_id ⇒ String
The unique ID of the Add On subscription.
103 104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 103 class AddonSubscription < Struct.new( :addon_name, :addon_subscription_arn, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp of when the Add On subscription was created.
103 104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 103 class AddonSubscription < Struct.new( :addon_name, :addon_subscription_arn, :addon_subscription_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |