global
def initialize(options = {})
def initialize(options = {}) self[:region] = options[:region] self[:use_dual_stack] = options[:use_dual_stack] self[:use_dual_stack] = false if self[:use_dual_stack].nil? self[:use_fips] = options[:use_fips] self[:use_fips] = false if self[:use_fips].nil? self[:endpoint] = options[:endpoint] self[:account_id] = options[:account_id] self[:account_id_endpoint_mode] = options[:account_id_endpoint_mode] self[:resource_arn] = options[:resource_arn] self[:resource_arn_list] = options[:resource_arn_list] end