Class: AwsConfigDeliveryChannel
- Inherits:
-
Object
- Object
- AwsConfigDeliveryChannel
- Includes:
- AwsSingularResourceMixin
- Defined in:
- lib/resources/aws/aws_config_delivery_channel.rb
Defined Under Namespace
Classes: Backend
Instance Attribute Summary collapse
-
#channel_name ⇒ Object
readonly
Returns the value of attribute channel_name.
-
#delivery_frequency_in_hours ⇒ Object
readonly
Returns the value of attribute delivery_frequency_in_hours.
-
#s3_bucket_name ⇒ Object
readonly
Returns the value of attribute s3_bucket_name.
-
#s3_key_prefix ⇒ Object
readonly
Returns the value of attribute s3_key_prefix.
-
#sns_topic_arn ⇒ Object
readonly
Returns the value of attribute sns_topic_arn.
Instance Method Summary collapse
Methods included from AwsSingularResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Attribute Details
#channel_name ⇒ Object (readonly)
Returns the value of attribute channel_name.
14 15 16 |
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 14 def channel_name @channel_name end |
#delivery_frequency_in_hours ⇒ Object (readonly)
Returns the value of attribute delivery_frequency_in_hours.
14 15 16 |
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 14 def delivery_frequency_in_hours @delivery_frequency_in_hours end |
#s3_bucket_name ⇒ Object (readonly)
Returns the value of attribute s3_bucket_name.
14 15 16 |
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 14 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ Object (readonly)
Returns the value of attribute s3_key_prefix.
14 15 16 |
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 14 def s3_key_prefix @s3_key_prefix end |
#sns_topic_arn ⇒ Object (readonly)
Returns the value of attribute sns_topic_arn.
14 15 16 |
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 14 def sns_topic_arn @sns_topic_arn end |
Instance Method Details
#to_s ⇒ Object
17 18 19 |
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 17 def to_s "Config_Delivery_Channel: #{@channel_name}" end |