Class: AwsSnsTopic
- Inherits:
-
Object
- Object
- AwsSnsTopic
- Includes:
- AwsSingularResourceMixin
- Defined in:
- lib/resources/aws/aws_sns_topic.rb
Defined Under Namespace
Classes: Backend
Instance Attribute Summary collapse
-
#arn ⇒ Object
readonly
Returns the value of attribute arn.
-
#confirmed_subscription_count ⇒ Object
readonly
Returns the value of attribute confirmed_subscription_count.
Method Summary
Methods included from AwsSingularResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Attribute Details
#arn ⇒ Object (readonly)
Returns the value of attribute arn.
13 14 15 |
# File 'lib/resources/aws/aws_sns_topic.rb', line 13 def arn @arn end |
#confirmed_subscription_count ⇒ Object (readonly)
Returns the value of attribute confirmed_subscription_count.
13 14 15 |
# File 'lib/resources/aws/aws_sns_topic.rb', line 13 def confirmed_subscription_count @confirmed_subscription_count end |