Method: AWS::SNS::Subscription#arn

Defined in:
lib/aws/sns/subscription.rb

#arnString (readonly)

Returns The ARN of the subscription.

Returns:

  • (String)

    The ARN of the subscription.



37
38
39
# File 'lib/aws/sns/subscription.rb', line 37

def arn
  @arn
end