Class: Ansible::Ruby::Modules::S3_logging
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::S3_logging
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_logging.rb
Instance Method Summary collapse
-
#name ⇒ String
Name of the s3 bucket.
-
#state ⇒ :present, ...
Enable or disable logging.
-
#target_bucket ⇒ String?
The bucket to log to.
-
#target_prefix ⇒ String?
The prefix that should be prepended to the generated log files written to the target_bucket.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String
Returns Name of the s3 bucket.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_logging.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Enable or disable logging.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_logging.rb', line 14 attribute :state |
#target_bucket ⇒ String?
Returns The bucket to log to. Required when state=present.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_logging.rb', line 18 attribute :target_bucket |
#target_prefix ⇒ String?
Returns The prefix that should be prepended to the generated log files written to the target_bucket.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_logging.rb', line 22 attribute :target_prefix |