Class: Ansible::Ruby::Modules::Aws_caller_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/aws_caller_facts.rb

Overview

This module returns information about the account and user / role from which the AWS access tokens originate. The primary use of this is to get the account id for templating into ARNs or similar to avoid needing to specify this information in inventory.

Method Summary

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base