Class: Aws::SNS::Types::ConfirmSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ConfirmSubscriptionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response for ConfirmSubscriptions action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_arn ⇒ String
The ARN of the created subscription.
Instance Attribute Details
#subscription_arn ⇒ String
The ARN of the created subscription.
200 201 202 203 204 |
# File 'lib/aws-sdk-sns/types.rb', line 200 class ConfirmSubscriptionResponse < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |