Class: AwsSnsTopic

Inherits:
Object
  • Object
show all
Includes:
AwsSingularResourceMixin
Defined in:
lib/resources/aws/aws_sns_topic.rb

Defined Under Namespace

Classes: Backend

Instance Attribute Summary collapse

Method Summary

Methods included from AwsSingularResourceMixin

#exists?, included

Methods included from AwsResourceMixin

#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner

Instance Attribute Details

#arnObject (readonly)

Returns the value of attribute arn.



17
18
19
# File 'lib/resources/aws/aws_sns_topic.rb', line 17

def arn
  @arn
end

#confirmed_subscription_countObject (readonly)

Returns the value of attribute confirmed_subscription_count.



17
18
19
# File 'lib/resources/aws/aws_sns_topic.rb', line 17

def confirmed_subscription_count
  @confirmed_subscription_count
end