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.
1088 1089 1090 1091 1092 1093 1094 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1088 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.
1088 1089 1090 1091 1092 1093 1094 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1088 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.
1088 1089 1090 1091 1092 1093 1094 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1088 class GetAddonSubscriptionResponse < Struct.new( :addon_name, :addon_subscription_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |